delete https://{applicationQualifiedDomain}.us.wristband.dev/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 that the subject belongs to. |
Tenant | The subject can delete the tenant that it is associated to. | |
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 it is not included in the exclusion list. | |
Self | The subject can delete the tenant that it is associated to. |