Partner Removed Hotline From Tenant
This API allows Partners to remove hotlines from the tenant.
Parameters
Data type
Describe
Last updated
This API allows Partners to remove hotlines from the tenant.
Last updated
POST $BASE_URL.ETelecom/PartnerRemoveHotlineFromTenant HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"hotline_id": "text",
"owner_id": "text"
}{
"removed": 1
}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"
}'{
"removed": 0
}