Skip to main content
DELETE
/
v2
/
token-groups
/
{id}
Delete a token group
curl --request DELETE \
  --url https://api.spirii.com/v2/token-groups/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Path Parameters

id
number
required

Used to identify the token group throughout the Spirii system.

Response

Token group deleted successfully.