Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Purchase ID
Cancel the subscription associated with a purchase by ID
This endpoint cancels the underlying subscription (Stripe, PayPal, or Kajabi Payments) associated with the purchase. The purchase will be deactivated and the subscription will be cancelled immediately, according to the payment provider’s cancellation rules.
If the payment can be cancelled the response will be successful. Otherwise, the response will be an error with validation details.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Purchase ID