Partner Remove Hotline
This API allows Partner to remove hotline from the system.
Parameters
Data type
Describe
Last updated
This API allows Partner to remove hotline from the system.
Last updated
POST $BASE_URL.ETelecom/PartnerRemoveHotline HTTP/1.1
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
}