Partner Remove Hotline

This API allows Partner to remove hotline from the system.

Note

  • Please use <api_key>the one eTelecom provided earlier. The base_url information of the Partner.

PartnerRemoveHotline

post
Body
idstring · int64Required
Responses
200
A successful response
application/json
post
POST /PartnerRemoveHotline HTTP/1.1
Host: $BASE_URL.ETelecom
Content-Type: application/json
Accept: */*
Content-Length: 13

{
  "id": "text"
}
200

A successful response

{
  "deleted": 1
}

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:

Parameters
Data type
Describe

id

require

string

ID hotline

Last updated