Last updated
Last updated
To an order subscription, send a DELETE
request to the /api/order_subscriptions/:id
endpoint, where id
is the id of the order subscription that you want to delete.
DELETE https://yourdomain.commercelayer.io/api/order_subscriptions/:id
The following request tries to delete the order subscription identified by the ID "xYZkjABcde":
How to delete an existing order subscription via API