Skip to content

Delete a user from Enterprise
Stable

Request

Delete a user from Enterprise

Security
apiKey
Path
enterprise_idstring, (uuid)required

Enterprise ID

user_idstring, (uuid)required

AuthN User Id. The authn_user_id from the Get Users response.

cURL
curl -i -X DELETE \
  'https://develop-api.esper.io/_mock/openapi/authn2/v0/tenant/{enterprise_id}/user/{user_id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Deleted enterprise user

Response
No content