portalDeactivate
Deactivate a portal The portalDeactivate mutation accepts the following input: String
An example of the request is as follows:
mutation portalDeactivate{
portalDeactivate(guid:""){
guid
atomsphereAccountId
status
companyProfile{
guid
name
website
numOfEmployees
address
techFocusArea
industryFocus
programUseCase
}
}
}
portalDeactivate(
guid: ID!
): Portal
Arguments
portalDeactivate.guid ● ID! non-null scalar miscellaneous
Type
Portal object partner-portal
Was this topic helpful?