Skip to main content
DELETE
Delete a tenant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

The unique identifier of the tenant's owning organization

Maximum string length: 24
Pattern: ^[0-9a-f]{24}$
tenant_id
string
required

The unique identifier of the tenant to be deleted

Maximum string length: 24
Pattern: ^[0-9a-f]{24}$

Response

Tenant deleted successfully. The related organization has been deactivated. No content is returned in the response body.