Request the cancellation of a tenant
POST/api/management/v2/tenantadm/tenants/:id/cancel
Requests the cancellation of a tenant.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 500
Request has been successfully recorded.
Invalid Request.
User token does not provide access to tenant with given Id.
Not Found.
The tenant is not active.
Internal Server Error.