Organization Deactivate
This operation deactivates an Organization.
Path Parameters
- organizationId string required
- application/json
Request Body required
deactivateOptions object required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Organization Deactivate
Schema
processinginstructioninfo object
response object
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"GUID": "string",
"_type_": 0,
"providerId": 0,
"providerDomainName": "string"
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"GUID": "",
"_type_": 61,
"providerId": 4,
"providerDomainName": "GDPR"
}
}
}
POST /organization/:organizationid/action/deactivate
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Organization/:organizationId/action/deactivate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"deactivateOptions": {
"disableBackup": true,
"disableLogin": true,
"disableRestore": true
}
}'