Soft delete a Tenant
DELETE/tenants/:id
Soft delete a Tenant
Request
Responses
- 200
- 304
- 400
- 404
Deleted Tenant details, with a non-empty deleted_at
field
The tenant was already deleted before this request.
Bad request, when the tenant is not elligible to be deleted. For example, when the tenant is the default tenant or when it has not been patched with the deactivated status.
Not Found