cURL
curl --request DELETE \ --url http://localhost:3000/v1/user/login/{login} \ --header 'X-Bunker-Token: <api-key>'
{ "status": "ok", "result": "done" }
Removes all user records, fulfilling GDPR “right to be forgotten”
Documentation IndexFetch the complete documentation index at: https://docs.databunker.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.
Root access token for Databunker API
User login name
User deleted successfully
ok
"ok"
"done"