Skip to main content
DELETE
/
api
/
v1
/
workflows
/
{id}
Delete Workflow
curl --request DELETE \
  --url https://api.example.com/api/v1/workflows/{id}

Authentication

Requires a Bearer token with tools scope. See Authentication.

Path Parameters

id
string
required
The workflow UUID.

Response

{ "deleted": true }

Example

curl
curl -X DELETE https://www.hitheo.ai/api/v1/workflows/wf_abc123 \
  -H "Authorization: Bearer $THEO_API_KEY"