Tenant
此页面暂无中文版本,显示的是英文版本。
Delete a tenant
Deletes a tenant by ID. This is a soft delete if supported.
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Path Parameters
id*string
UUID of the tenant to delete
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v2/tenants/420eacee-7d2e-4ea0-ab47-817e9c2d92fe"{ "message": "OK"}{ "message": { "error": "Your request was made with invalid credentials." }}{ "message": { "error": "You are not allowed to perform this action." }}{ "message": { "error": "Page not found" }}{ "message": { "error": "Oops! Something went wrong! Write to administrator. Your Request Id {f1177aee-9a99-42f0-a23f-4dd29fc39b65-672e0df972ccb}" }}