Cancel a subscription
POST/api/v3/package/:package_id/_action/cancel
This allows you to cancel a subscription immediately, or to schedule a subscription to cancel on a future date.
To cancel immediately, do not specify a cancel_date value. To schedule a future cancellation, pass in a cancel_date value (formatted as YYYY-MM-DD) to specify the future cancellation date.
Request
Responses
- 200
- 400
- 401
Action completed successfully
Bad request
Authentication error