Skip to main content
DELETE
/
v2
/
user
Delete User
curl --request DELETE \
  --url https://api.sonderplan.com/v2/user \
  --header 'Authorization: Bearer <token>'
{
  "success": {
    "id": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.sonderplan.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
integer<int64>
required

The ID of the user to delete

Response

Successful Operation

success
object