Cancel a subscription
PATCH/api/v1/subscription/subscriptions/:subscriptionId/cancel
Cancel an active subscription by forwarding the request to the
upstream subscription service
(services/subscriptionService.js:776-830). Future billing cycles
are skipped; already-captured payments are preserved and must be
refunded separately via POST /api/v1/payments/{id}/refund if a
refund is required.
Request
Responses
- 200
- 404
Subscription cancelled
Requested resource not found