Skip to main content
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
}