DELETE
/
plans
/
{plan_id}
Delete a plan
curl --request DELETE \
  --url http://localhost:3001/portal-api/plans/{plan_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

plan_id
integer
required

ID of the plan

Response

OK

status
string

Status of the operation

Example:

"ok"