Skip to main content
DELETE
/
api
/
v2
/
users
/
{id}
Delete user
curl --request DELETE \
  --url https://sandbox.killb.app/api/v2/users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "errorCode": "API_USER.0001",
  "arguments": [
    {
      "key": "email",
      "value": "[email protected]"
    }
  ],
  "message": [
    "User not found",
    "Account not found"
  ],
  "statusCode": "400"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Response