Close a subscription
DELETE/subscription/:subscription_id
Marks the subscription CLOSED and stops carrier polling when no other open subscription shares the same shipment. The record is retained for audit and no longer blocks re-subscribing the same shipment.
Request
Responses
- 200
- 403
- 404
Subscription deleted (or already closed)
Forbidden: the x-api-key header is missing or the key is not valid.
Subscription not found