Skip to main content
DELETE
/
users
/
{user_id}
Delete a user
curl --request DELETE \
  --url https://api.projectcor.com/v1/users/{user_id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
integer
required

User ID to delete

Response

200 - application/json

User deleted successfully

The response is of type boolean.