cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/plans/{plan_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a plan
ID of the plan
OK
Status of the operation
"ok"
Was this page helpful?