Skip to main content
Version: 1.1

Delete token & card saved

API Delete token & card saved#

Endpoint: /api/v1.1/token/delete

Method: DELETE

Header: How to generate JWT_TOKEN

{    "X-APPOTAPAY-AUTH": Bearer JWT_TOKEN,    "Content-Type": "application/json"}

HTTP Request:

ParamsExample
token9704001845460018

HTTP Response:

ParamsData typeDescription
errorCodeIntegerError Code
messageStringError Description

Example Response

{    "errorCode":0,    "message":"Thành công",}