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:
Params | Data type | Example |
---|---|---|
token | String | 9704001845460018 |
HTTP Response:
Params | Data type | Description |
---|---|---|
errorCode | Integer | Error Code |
message | String | Error Description |
Example Response
{
"errorCode":0,
"message":"Thành công"
}