curl --request DELETE \
--url https://api.egp.scale.com/v4/plans/{plan_id} \
--header 'x-api-key: <api-key>'{
"success": true,
"count": 123
}Deletes a plan
This API can be used to delete a plan by ID. To use this API, pass in the id that was returned from your Create Plan API call as a path parameter.
curl --request DELETE \
--url https://api.egp.scale.com/v4/plans/{plan_id} \
--header 'x-api-key: <api-key>'{
"success": true,
"count": 123
}