MATTR VII ManagementClients
Delete a client
Deletes an existing client of the specified tenant.
Analytics Events
TENANT_CLIENT_DELETE_STARTTENANT_CLIENT_DELETE_SUCCESSTENANT_CLIENT_DELETE_FAIL
DELETE
/v1/tenants/{tenantId}/clients/{clientId}
AuthorizationBearer <token>
In: header
Path Parameters
tenantIdstring
Identifier of the tenant to delete the client from.
Format
uuid
clientIdstring
Identifier of the client to delete.
Length
32 <= length <= 32
Response Body
curl -X DELETE "https://manage.mattr.global/v1/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08/clients/suC7IhmDIawnlqBlEOuIqBWoqppcdI5"
Empty
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
Empty
Empty
How would you rate this page?