Subscriptions 2.0
Cancel Subscription
Cancel a subscription
DELETE
/
subscriptions_v2
/
{uniqid}
This endpoint does not immediately cancel the subscription. Instead, it changes the status to AWAIT_CANCELING
, and sets it to stop renewing once the current payment interval ends.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the store to perform actions on via the API
Path Parameters
ID of the resource
Was this page helpful?