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
requiredcurrency_id
string
requiredResponse
200 - application/json
id
string
requiredPrice plan id
name
string
requiredName of the price plan
type
enum<string>
requiredType of price plan
Available options:
BILLING
, PURCHASE
description
string
Description of price plan
status
enum<string>
requiredStatus of Price plan
Available options:
DRAFT
, ACTIVE
, ARCHIVED
pricingSchedule
object[]
required