Partner Removed Hotline From Tenant

This API allows Partners to remove hotlines from the tenant.

Note

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

Request:

curl --location 'BASE_URL.Etelecom/PartnerRemoveHotlineFromTenant' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
  "hotline_id": "string",
  "owner_id": "string"
}'

Response:

{
  "removed": 0
}

Structure of body request:

Parameters
Data type
Describe

hotline_id

require

string

ID hotline

owner_id

require

string

Manager ID

Last updated