Remove inactive tenant from the system.
DELETE/api/management/v2/tenantadm/tenants/:id
Remove inactive tenant information from the system.
Request
Responses
- 204
- 403
- 405
- 500
Tenant removed.
User token does not provide access to tenant with given Id.
The tenant cannot be removed. Only inactive tenant can be removed.
Internal Server Error.