Skip to main content
POST
/
v2
/
tokens
/
{id}
/
disable
Disable a token
curl --request POST \
  --url https://api.spirii.com/v2/tokens/{id}/disable \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Path Parameters

id
number
required

Used to identify the token throughout the Spirii system

Response

The token was successfully disabled.