light-mode-image
Learn
MATTR VII ManagementClients

Delete a client

Deletes an existing client of the specified tenant.

Analytic events

  • TENANT_CLIENT_DELETE_START
  • TENANT_CLIENT_DELETE_SUCCESS
  • TENANT_CLIENT_DELETE_FAIL
DELETE/v1/tenants/{tenantId}/clients/{clientId}

Authorization

bearerAuth

AuthorizationBearer <token>

In: header

Path Parameters

tenantId*string

Identifier of the tenant to delete the client from.

Formatuuid
clientId*string

Identifier of the client to delete.

Length32 <= length <= 32

Response Body

application/json

application/json

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?