{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations Deactivate API", "version": "1.6" }, "items": [ { "info": { "name": "Deactivate", "type": "folder" }, "items": [ { "info": { "name": "Deactivate plan", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v1/billing/plans/:id/deactivate", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the subscription." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deactivates a plan, by ID." } ] } ], "bundled": true }