Cancel Plan

The only supported status transition. Canceling a plan blocks new subscriptions AND synchronously cascade-cancels every subscription currently linked to it.

post/plans/{plan_id}/status

Path parameters

plan_idstring required

The unique identifier of the plan.

Request body

status'CANCELED' required

Response

200

idstring
statusstring
affected_subscriptionsinteger

The number of subscriptions that were cascade-canceled along with the plan.

Changes

No recorded changes to this endpoint across all 1 revision of this API.