Skip to main content

Delete Office365 Azure Apps

Select

SaaS
Customer Managed

Delete list of Office365 Azure Apps

Path Parameters
  • appId int32 required
Request Body
  • apps object[]
  • applicationId string required

    Azure application id

  • credentialId int64

    Credential manager id of the azure application. Only deletes association to the client.

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/office365/:appid/azureapp    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appId — path required
Body
{
"apps": [
{
"applicationId": "string",
"credentialId": 0
}
]
}
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/Office365/:appId/AzureApp' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"apps": [
{
"applicationId": "string",
"credentialId": 0
}
]
}'