light-mode-image
Learn
MATTR VII PlatformUsers

Delete a user

Deletes a user and removes any persisted data related to them by providing the user ID.

Any credentials issued to the user remain valid even after the user is deleted.

Analytics Events

USER_DELETE_STARTUSER_DELETE_SUCCESSUSER_DELETE_FAIL

Roles

adminissuer
DELETE/v1/users/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idstring

User ID

Formatuuid

Response Body

curl -X DELETE "https://example.vii.au01.mattr.global/v1/users/8241400f-de3b-42c5-ad7c-8a380039e796"
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"
    }
  ]
}

How would you rate this page?