Skip to main content
DELETE
Remove a price from a draft

Authorizations

Authorization
string
header
required

API key authentication

Headers

If-Match
string

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

id
string
required

Unique identifier for a plan

Pattern: ^plan_[a-zA-Z0-9]+$
versionNumber
integer
required

The version number within the plan (1-based).

Required range: x >= 1
priceId
string
required

Unique identifier for a price

Pattern: ^price_[a-zA-Z0-9]+$

Response

Price removed from the draft