Skip to main content
DELETE
/
api
/
users
/
{userId}
Remove a user
curl --request DELETE \
  --url https://api.example.com/api/users/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Path Parameters

userId
string<uuid>
required

Unique identifier of the user to remove

Response

200 - application/json

Confirmation that the user was removed

Confirmation that the user was removed

status
enum<string>
required

Operation status

Available options:
ok