Skip to main content
DELETE
/
v1
/
user
/
email
/
{email}
Delete user by email
curl --request DELETE \
  --url http://localhost:3000/v1/user/email/{email} \
  --header 'X-Bunker-Token: <api-key>'
{
  "status": "ok",
  "result": "done"
}

Documentation Index

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

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

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

email
string<email>
required

User email address

Response

User deleted successfully

status
enum<string>
required
Available options:
ok
Example:

"ok"

result
string
Example:

"done"