DELETE
/
users
/
{id}
Delete user
curl --request DELETE \
  --url http:localhost:3000/v2/users/{id} \
  --header 'x-API-Key: <api-key>'
{
  "deleted": true
}

Authorizations

x-API-Key
string
header
required

Path Parameters

id
string<objectid>
required

User ID to delete

Response

200
application/json

User deleted successfully

The response is of type object.