Skip to main content

Soft-delete a subscription

DELETE 

/subscriptions/:code

Marks the subscription as deleted so it no longer appears in normal listings. Does not change the active/canceled state; to cancel a subscription use POST /subscriptions/{code}/cancel.

Request​

Responses​

Subscription soft-deleted successfully