# Delete User

Delete User; User ID, Success Status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Path Params
uint64
required

User ID to delete

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json