Use this API to unassign a specific phone number that was assigned to the shared line group https://support.zoom.us/hc/enus/articles/360038850792Settingupsharedlinegroups .**Prerequisties:** * Pro or higher account with Zoom Phone license.* A valid Shared Line Group* Account owner or admin privileges**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

unassignPhoneNumber_PhoneSharedLineGroups(
  sharedLineGroupId,
  phoneNumberId,
  return_response = F
)

Arguments

sharedLineGroupId

Unique identifier of the shared line group from which you would like to unassign a phone number.

phoneNumberId

Unique identifier of the phone number which is to be unassigned. This can be retrieved from Get a Shared Line Group API.

return_response

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