Delete

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://<<META.tenant.domain>>/api/v1/admin/users/<<user_id>> \
  -H 'content-type: application/json' \
  -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.

Was this helpful?