DELETE
/
v2
/
price_plans
/
{price_plan_id}
/
discard
curl --request DELETE \
  --url https://api.togai.com/v2/price_plans/{price_plan_id}/discard \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

price_plan_id
string
required
Maximum length: 50
Example:

"pp.1zYnCiM9Bpg.lv25y"

Response

200
application/json
OK
success
boolean
required
Example:

true