SpaceMediaSpaceMedia
Endpoint referenceBilling and Checkouts

Cancel Billing Subscription

POST
/api/v1/billing/subscriptions/{subscription_type}/{subscription_id}/cancel

Cancel an organization billing subscription by subscription_type and subscription_id. The response confirms the cancellation state visible to the caller.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

subscription_type*string

Subscription family to update.

Value in

  • "membership"
  • "addon"
subscription_id*string

Public subscription reference returned by the API.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?