Delete one or more applications.
Returns 404 if any application does not exist or does not belong to the target organization.
Up to 10 applications can be deleted per request.
Request body for deleting one or more applications.
required | Array of objects (OrgApplicationDeleteItemDto) [ 1 .. 10 ] items Applications to delete. Maximum 10 items. |
Applications deleted successfully.
Bad request.
The caller is not authenticated or does not have the required permissions.
The application or organization does not exist, or belongs to a different organization.
{- "items": [
- {
- "id": "f4a3e291-7682-4148-89c0-be3a8f17eb23"
}
]
}{ }