Cancel additional plan https://support.zoom.us/hc/enus/articles/203634215HowDoICancelMySubscription of a Sub Account. The cancellation does not provide refund for the current subscription. The service remains active for the current session.<aside> Only a Master Account can use this API to cancel the addon plans for a Sub Account whose billing charges are paid by the Master Account. Zoom only assigns this privilege to trusted partners and only approved partners can use this API. Contact the <a href="https://zoom.us/plan/api">ISV team</a> for more details.</aside>** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy**Prerequisites:*** Pro or a higher plan with Master Account option enabled.* The Sub Account must be a paid account.**Scope:** billing:master

cancelAdditionalPlans(
  action = NULL,
  type = NULL,
  reason = NULL,
  comment = NULL,
  return_response = F
)

Arguments

action

The action that needs to be taken for this sub account. Value must be set to "cancel".

type

Plan type https://marketplace.zoom.us/docs/apireference/otherreferences/plans .

reason

The reason for the cancellation of plan. Reason options:1 I am no longer working remote.2 I had challenges getting the support I needed.3 Features in the Basic Free Plan are sufficient.4 The expense is too high.5 I purchased the wrong product. 6 Paid purchase not needed right now, will repurchase in the future.

comment

Additional comments about the cancellation decision.

return_response

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