API này cho phép Partner xóa hotline ra khỏi hệ thống.
Last updated 7 months ago
Lưu ý:
Vui lòng sử dụng mà eTelecom đã cung cấp trước đó. Thông tin base_url của
Request:
curl --location 'BASE_URL.Etelecom/PartnerRemoveHotline' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer $API_KEY' \ --data '{ "id": "string" }'
Response:
{ "removed": 0 }
Cấu trúc của body request:
id require
string
ID hotline
<api_key>
POST /PartnerRemoveHotline HTTP/1.1 Host: $BASE_URL.Etelecom Content-Type: application/json Accept: */* Content-Length: 13 { "id": "text" }
A successful response
{ "deleted": 1 }