Skip to main content

Delete a user

DELETE <your-unleash-url>/api/admin/user-admin/:id

Authorization

name: Authorizationtype: apiKeyin: header

Deletes the user with the given userId

Request

Path Parameters

  • id string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
id — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/user-admin/:id' \
-H 'Authorization: <API_KEY_VALUE>'