Subscription Versions
Delete a subscription version
Discards an unwanted draft version. Published versions are immutable historical records and cannot be deleted, they must be superseded by creating a new version instead. See the Updating a Subscription examples.
DELETE
Delete a subscription version
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
Maximum string length:
255Example:
"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the subscription
Unique identifier for the version
Response
No Content
Previous
Get a subscription version itemFetches a single priced item from a version, addressed by either its product ID or its bundle ID. Bundle items return every child with its price.
Next
Delete a subscription version