DELETE api/2.0/crm/voip/numbers/{numberId}/oper
Deletes an operator from the phone number with the ID specified in the request.
Name |
Description |
Type |
Example |
numberId
sent in body
|
Phone number ID
|
string
|
some text
|
oper
sent in body
|
Phone number operator GUID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
DELETE api/2.0/crm/voip/numbers/{numberid}/oper
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"numberId": "some text",
"oper": "9924256A-739C-462b-AF15-E652A3B1B6EB"
}