cURL
curl --request DELETE \ --url https://api.togai.com/price_plans/{price_plan_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Archive a price plan
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
50
"pp.1zYnCiM9Bpg.lv25y"
OK
The response is of type object.
object