cURL
curl --request DELETE \ --url https://api.projectcor.com/v1/users/{user_id} \ --header 'Authorization: Bearer <token>'
true
Deletes a user from the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User ID to delete
User deleted successfully
The response is of type boolean.
boolean