Remove an application from a tenant
DELETE/tenants/:tenantId/applications/:applicationId
Removes a single application from a specified tenant.
Request
Responses
- 204
- 400
- 403
- 404
- 500
The application was successfully removed from the tenant.
The provided data is not valid.
Forbidden. The request is not allowed.
The tenant does not exist or the application was not assigned to it.
An internal error occurred while processing the request.