Xoá token và thẻ đã lưu
API xoá token và thẻ đã lưu
Endpoint: /api/v1.1/token/delete
Method: DELETE
Header: Cách tạo JWT_TOKEN
{
"X-APPOTAPAY-AUTH": Bearer JWT_TOKEN,
"Content-Type": "application/json"
}
HTTP Request:
Tham số | Kiểu dữ liệu | Ví dụ |
---|---|---|
token | String | 9704001845460018 |
HTTP Response:
Tham số | Kiểu dữ liệu | Mô tả |
---|---|---|
errorCode | Integer | Mã lỗi |
message | String | Mô tả lỗi |
Example Response
{
"errorCode": 0,
"message": "Thành công",
}