Cancel subscription
documentedCancel a subscription-based order.
PUT /api/v1/orders/{order_id}/cancel_subscriptionOrdersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: This uses SendOwl's API with Basic Auth (API key + secret) and the endpoint described in the official docs. Base URL: https://api.sendowl.com/api/v1/orders/{order_id}/cancel_subscription (PUT). See sources: Orders cancel_subscription endpoint and authentication method. ([dashboard.sendowl.com](https://dashboard.sendowl.com/developers/api/orders))