Partner Remove Hotline
This API allows Partner to remove hotline from the system.
Request:
Response:
Structure of body request:
Parameters
Data type
Describe
id
require
string
ID hotline
Last updated
This API allows Partner to remove hotline from the system.
Request:
Response:
Structure of body request:
id
require
string
ID hotline
Last updated
POST $BASE_URL.ETelecom/PartnerRemoveHotline HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}{
"deleted": 1
}curl --location 'BASE_URL.Etelecom/PartnerRemoveHotline' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"id": "string"
}'{
"removed": 0
}