Subscriptions 2.0
Cancel Subscription
Cancel a subscription
DELETE
/
subscriptions_v2
/
{id}
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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
X-Sellix-Merchant
string
The name of the store to perform actions on via the API
Path Parameters
id
string
requiredID of the resource
Response
200 - application/json
status
integer
data
object
error
string
message
string
env
string
log
object
Was this page helpful?