DELETE api/2.0/crm/voip/numbers/{numberId}/oper This function requires authentication

Description

Deletes an operator from the phone number with the ID specified in the request.

Parameters
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
Example
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"
}
Returns

Phone number operator