Skip to content

Delete a Plan

Request

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
Path
planIdstring, (uuid)required
DELETE
/v3/plans/{planId}
curl -i -X DELETE \
  'https://api.tellisim.com/v3/plans/{planId}?key=YOUR_API_KEY_HERE'

Responses

The plan was deleted successfully.

Bodyapplication/json
errorboolean

Indicates if an error occurred.

Example:false
messagestring

A message indicating the result of the operation.

Example:"Plan deleted successfully"
Response
{ "error": false, "message": "Plan deleted successfully" }