Skip to main content

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

Body

    _comment_reason string
    cancel_reason_id integer
    _comment_date string
    cancel_date string

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...