Delete Organization O Auth Application By Organization Id Using DELETE
Delete Organization Managed OAuth Apps. 
Pay attention: in case of partial success the caller must read the response to see which apps haven't been removed
Access Policy
| Role | User Accounts | Service Accounts (Client Credentials Applications) | 
|---|---|---|
| Organization Admin | ✔️ | ✔️ | 
| Organization Owner | ✔️ | ✔️ | 
| Developer | ✔️ | ✔️ | 
Unique identifier (GUID) of the organization.
Show optional properties
{
    "clientIdsToDelete": [
        {}
    ]
}{
    "clientIdsToDelete": [
        "string"
    ]
}Client IDs to delete. Maximum of 15 per request
Partial Success. Please read the response to see which apps haven't been removed.
{
    "failed": [
        "string"
    ],
    "succeeded": [
        "string"
    ]
}The entities for which the operation failed.
The entities for which the operation is successful.
Invalid request body
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is not authorized to use the API
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user is forbidden to use the API
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The requested resource could not be found
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
The user has sent too many requests
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
An unexpected error has occurred while processing the request
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}cspErrorCode
errorCode
message
moduleCode
requestId
statusCode
