Description
Delete a specific user.
Request
HTTP Method: DELETE
Query Parameter | Description |
---|---|
N/A |
Path Parameter | Description |
---|---|
user-id | ID of the user. |
curl -X DELETE \
https://<tenant-domain>/api/v1/admin/users/<user-id> \
-H 'content-type: application/json' \
-H 'x-user-email: <email-address>' \
-H 'x-user-token: <api-token>'
Response
A successful request will return an empty response with a 204
status code.
A failed request will return an empty response with a 422
status code.