Remove a price from a draft
Plans
Remove a price from a draft
Remove a single price from a draft version’s own current slots. The version must be a draft.
DELETE
Remove a price from a draft
Authorizations
API key authentication
Headers
Optional optimistic-concurrency precondition — the draft version's updatedAt timestamp as read from a prior GET. If present and it no longer matches the version's current updatedAt, the request is rejected with 412 (draft_modified). Omit to skip the check.
Path Parameters
Unique identifier for a plan
Pattern:
^plan_[a-zA-Z0-9]+$The version number within the plan (1-based).
Required range:
x >= 1Unique identifier for a price
Pattern:
^price_[a-zA-Z0-9]+$Response
Price removed from the draft