# Delete User

Delete User; User ID, Success Status

About

This endpoint deletes a user account identified by user ID. Once deleted, the user can no longer log in, and all associated access tokens are invalidated.

Example

curl -X DELETE "https://api.picussecurity.com/v1/users/12345" \
  -H "Access-Token: YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json"
{
  "success": true
}

Path Parameters

  • userId (required, uint): ID of the user to be deleted

Language
Credentials
Header
Click Try It! to start a request and see the response here!