Tenancy Service
Delete Tenant
DELETE
/
v1
/
tenants
/
{id}
Path Parameters
id
string
requiredid is the unique identifier of the tenant to be deleted.
Response
200 - application/json
TenantDeleteResponse is the message returned from the request to delete a tenant.
tenant
object
Tenant represents a tenant with an id, a name, and a timestamp indicating when it was created.