Delete the user
Delete the user
Path Parameters
id string required
The ID of the user to delete
Responses
- 204
- 401
- 403
- 404
- 409
- 500
Successfully deleted the user
Unauthorized
Forbidden
The user was not found
Conflict, user can't delete itself
Internal Server Error
DELETE /users/:id
Authorization
name: x-rinkel-api-keytype: apiKeyin: header
Request
Request
curl / cURL
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'
nodejs / axios
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'
php / axios
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'
python / requests
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'
ruby / cURL
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'
java / unirest
curl -L -X DELETE 'https://api.rinkel.com/v1/users/:id' \
-H 'x-rinkel-api-key: <API_KEY_VALUE>'