Price Plans
Remove a draft currency from a price plan
Remove a draft currency from a price plan
DELETE
/
price_plans
/
{price_plan_id}
/
currencies
/
{currency_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
price_plan_id
string
requiredMaximum length:
50
currency_id
string
requiredMaximum length:
50
Response
200 - application/json
Price plan entity
id
string
requiredPrice plan id
name
string
requiredName of the price plan
Maximum length:
50
type
enum<string>
requiredType of price plan
Available options:
BILLING
, PURCHASE
status
enum<string>
requiredStatus of Price plan
Available options:
DRAFT
, ACTIVE
, ARCHIVED
pricingSchedule
object[]
requireddescription
string
Description of price plan
Maximum length:
255