Unassign a specific phone number that was previously assigned to an auto receptionist https://support.zoom.us/hc/enus/articles/360021121312ManagingAutoReceptionistsandInteractiveVoiceResponseIVR . **Prerequisites:*** Pro or higher account plan with Zoom Phone License* Account owner or admin permissions**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

unassignPhoneNumber_PhoneAutoReceptionists(
  autoReceptionistId,
  phoneNumberId,
  return_response = F
)

Arguments

autoReceptionistId

Unique identifier of the auto receptionist. This can be retrieved from the List Phone Sites API.

phoneNumberId

Unique Identifier of the phone number or provide the actual phone number in e164 format example: +19995550123 .

return_response

Whether to return the response instead of the response content. Defaults to FALSE.