Delete Tenant

Delete Tenant

POST /tenants/delete

Delete Tenant and all related data. This action can't be undo. For tenant admin role only.

Request Body

NameTypeDescription

Array

Tenant ID and Tenant name for confrim delete

{
content:
            application/json:
              schema:
                $ref: '#/components/schemas/SuccessResponse'
}

Last updated