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"
    }
  ]
}