PATCH /accounts/{accountId}/plans/addons/status

Cancel additional plan of a sub account. The cancellation does not provide refund for the current subscription. The service remains active for the current session.

This API can only be used by master accounts that pay all billiing charges of their associated Pro or higher sub accounts. Zoom allows only approved partners to use master APIs and manage sub accounts' subscriptions. Email the partner programs team at partner-success@zoom.us for more details.

Rate Limit Label: Heavy

Prerequisites:

Servers

Path parameters

Name Type Required Description
accountId String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
comment String No

Additional comments about the cancellation decision.

action String No

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

Valid values:

  • "cancel"
type String No

Plan type.

reason Integer No

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.

Valid values:

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.