Skip to main content
Version: Lastest

Delete token & card saved

API Delete token & card saved

Endpoint: /api/v2/token/delete

Method: DELETE

Header: How to generate JWT_TOKEN

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

HTTP Request:

ParamsData typeExample
tokenString9704001845460018

HTTP Response:

ParamsData typeDescription
errorCodeIntegerError Code
messageStringError Description

Example Response

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