Plans

Delete a plan

Deletes a plan.

DELETE
/plans/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://api.sandbox.billingrails.com/v1/plans/string"
{
  "deleted": true
}