delete https://{application_vanity_domain}/api/v1/tenants/
Deletes the specified tenant.  When calling this API, the tenant will not be immediately deleted. Instead, its status will be changed to DELETE_IN_PROGRESS and a background job will be scheduled to delete the tenant and any associated resources.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description | 
|---|---|---|
| tenant:delete | Application | The subject can delete any tenant belonging to the application to which the subject belongs. | 
| Tenant | The subject can delete the tenant that it is associated with. | |
| Tenant Inclusion List | The subject can delete the tenants specified in the inclusion list. | |
| Tenant Exclusion List | The subject can delete the tenant only if it belongs to the subject's application and is not on the exclusion list. | |
| Self | The subject can delete the tenant that it is associated with. |