Skip to main content
DELETE
/
api
/
workflows
/
{id}
Delete workflow
curl --request DELETE \
  --url https://api.agentixx.io/api/workflows/{id} \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "ok": true
}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Path Parameters

id
string<uuid>
required

Response

Workflow deleted

ok
boolean
required