Remove a workflow. Historical trigger logs are retained for audit.
GET /v1/workflows/{id}/logs. To pause without deleting, prefer PATCH /v1/workflows/{id} with enabled: false.
204 No Content. The response carries standard rate-limit headers and X-Request-ID.
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing write:workflows permission |
| 404 | not_found | Workflow not found |
| 429 | rate_limited | Rate limit exceeded |