Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v2/TokenDelete \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "token": "<string>", "request_metadata": {} } '
{ "status": "ok" }
Deletes a token and its associated data
API token for authentication
The token to delete
Additional metadata for the request
Token deleted successfully
"ok"