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

Deprecated: This API is deprecated and will be removed in a future release. Please use the Discard a price plan V2 API instead for updated functionality.

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