Delete tenant
Request to delete particular tenant:
DELETE /api/v2/tenant/<tenant-id>.json
Response contains HTTP status code as shown in the following table.
Response | Description |
---|---|
200 OK | Tenant has been successfully deleted |
403 Forbidden | The request cannot be completed because API user has no permission to delete tenants |