Last updated 2 years ago
POST /tenants/delete
POST
/tenants/delete
Delete Tenant and all related data. This action can't be undo. For tenant admin role only.
Array
Tenant ID and Tenant name for confrim delete
{ content: application/json: schema: $ref: '#/components/schemas/SuccessResponse' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }