MATTR VII ManagementTenants
Delete tenant
Deletes a tenant by its ID.
Analytics Events
TENANT_DELETE_STARTTENANT_DELETE_SUCCESSTENANT_DELETE_FAIL
DELETE
/v1/tenants/{tenantId}
AuthorizationBearer <token>
In: header
Path Parameters
tenantIdstring
Unique ID of the tenant to delete.
Format
uuid
Response Body
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?