This API allows Partner to remove hotline from the system.
Last updated 3 months ago
Note
Please use the one eTelecom provided earlier. The base_url information of the .
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 }
Structure of 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 }