light-mode-image
Learn
MATTR VII ManagementTenants

Delete tenant

Deletes a tenant by its ID.

Analytic events

  • TENANT_DELETE_START
  • TENANT_DELETE_SUCCESS
  • TENANT_DELETE_FAIL
DELETE/v1/tenants/{tenantId}

Authorization

bearerAuth

AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Unique ID of the tenant to delete.

Formatuuid

Response Body

application/json

text/plain

application/json

curl -X DELETE "https://manage.mattr.global/v1/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
"Unauthorized"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}
Empty

How would you rate this page?