Skip to main content
POST
/
v1
/
exp
/
cancel
/
{token}
Cancel user expiration
curl --request POST \
  --url http://localhost:3000/v1/exp/cancel/{token} \
  --header 'X-Bunker-Token: <api-key>'
{
  "status": "ok"
}

Authorizations

X-Bunker-Token
string
header
required

Root access token for Databunker API

Path Parameters

token
string<uuid>
required

User token (UUID)

Response

Expiration cancelled

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

"ok"