Plans

Delete a plan

Deletes a plan. Allowed only when the plan has not been used in any subscription.

DELETE
/plans/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/plans/string"
{
  "deleted": true,
  "meta": {
    "request_id": "req_IhMUl3rrZ3"
  }
}