Skip to main content
Delete a User
curl --request DELETE \
  --url http://127.0.0.1:4001/v1/users/{id}

Path Parameters

id
string
required

The unique identifier of the user you want to retrieve.

Response

If the request is successful, you will receive an empty response.