Skip to main content
DELETE
/
v2
/
vouchers
/
{id}
/
tokens
/
{tokenId}
Disassociate a token from a voucher
curl --request DELETE \
  --url https://api.spirii.com/v2/vouchers/{id}/tokens/{tokenId}

Path Parameters

id
number
required

Used to identify the voucher throughout the Spirii system

tokenId
number
required

Used to identify the token throughout the Spirii system

Response

404

The voucher with the provided ID was not found.