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