Skip to main content

Deletes inactive users

POST 

<your-unleash-url>/api/admin/user-admin/inactive/delete

Deletes all inactive users. An inactive user is a user that has not logged in in the last 180 days

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "ids": [
    12,
    212
  ]
}
ResponseClear

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