Skip to main content

Documentation Index

Fetch the complete documentation index at: https://waffo.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

POST /api/v1/tokenization/remove

Request parameters

ParameterTypeRequiredDescription
merchantInfoObjectYesMerchant information (includes merchantId)
tokenIdStringYesThe Token ID to unbind

Request example

{
  "merchantInfo": { "merchantId": "M000001" },
  "tokenId": "tok_xxxxxxxxxxxx"
}

Response example

{
  "code": "0",
  "msg": "Success",
  "data": null
}