Nhảy tới nội dung
Phiên bản: Lastest

Xoá token và thẻ đã lưu

API xoá token và thẻ đã lưu

Endpoint: /api/v2/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ệuVí dụ
tokenString9704001845460018

HTTP Response:

Tham sốKiểu dữ liệuMô tả
errorCodeIntegerMã lỗi
messageStringMô tả lỗi

Example Response

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