MCP tool: delete_workflow

Deletes a workflow from the Thena platform. This action is permanent and will remove the workflow along with its associated data.

Example prompt

Delete workflow with unique identifier "ticket-escalation-workflow"

Input parameters

NameTypeRequiredDescription
workflowUniqueIdentifierstringYesThe unique identifier of the workflow to delete

Response fields

The response will be a simple success message indicating the workflow was deleted.

Sample response

{
  "content": [
    {
      "type": "text",
      "text": "Workflow deleted successfully"
    }
  ]
}