Delete Tenant
Operation ID: deleteTenant
Delete a tenant in the platform
Request
URI
DELETE
https://{api_host}/api/v1/tenants/{tenantId}
COPY
Path Parameters
string
tenantId
Required
Tenant ID of the tenant to delete
Query Parameters
boolean
purge_data
Optional
Purge data when the tenant is deleted
Responses
204
The tenant is deleted
Operation doesn't return any data structure
501
The optional API is not implemented
Operation doesn't return any data structure