Logo
Zoom Public API Documentation

Cancel additional plans

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

Use this API to cancel a sub account's add-on plan. 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 billing 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.

Prerequisites:

  • Pro or a higher plan with master account option enabled.
  • The sub account must be a paid account.

Scopes: billing:master

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





Curl
curl -X PATCH 'https://api.zoom.us/v2/accounts/:accountId/plans/addons/status' -H 'Content-Type: application/json' -d '{"action":"cancel","comment":"\u003cstring\u003e","reason":4,"type":"\u003cstring\u003e"}'

ENDPOINTS