Skip to main content
POST
/
v1
/
admin
/
users
/
{user_id}
/
delete
curl -X POST https://portal-api.7331.org/v1/admin/users/42/delete \
  -b "psession=YOUR_SESSION"
{
  "message": "User 42 deleted"
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

Use this file to discover all available pages before exploring further.

Requires an active admin session cookie.
This action is irreversible. All user data, including subscription history and punishment records, will be permanently deleted.
user_id
integer
required
Entity ID.

Response

Returns 200 OK with a SuccessResponse body.
curl -X POST https://portal-api.7331.org/v1/admin/users/42/delete \
  -b "psession=YOUR_SESSION"
{
  "message": "User 42 deleted"
}