cURL
curl --request DELETE \ --url https://api.agentixx.io/api/workflows/{id} \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "ok": true }
Delete a workflow and its versions. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Workflow deleted