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

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

session
string<uuid>
required

Session token

Response

Session deleted successfully

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

"ok"