Deletes plan with the given id. Deleting a plan won't impact the existing and historic attachments for this plan. They will continue to work as expected.
Security
ApiKeyAuth
DELETE
curl -i -X DELETE \
'https://api.tellisim.com/v3/plans/{planId}?key=YOUR_API_KEY_HERE'Response
{ "error": false, "message": "Plan deleted successfully" }