Skip to main content

Delete a user

DELETE 

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

Deletes the user with the given userId

Request

Path Parameters

    id integerrequired

    a user id

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/user-admin/:id' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!