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.
Analytic events
- USER_DELETE_START
- USER_DELETE_SUCCESS
- USER_DELETE_FAIL
DELETE
/v1/users/{id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
User ID
Format
uuidResponse Body
application/json
application/json
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?