Skip to main content
DELETE
Delete Workflow

Request

Deleting a workflow removes it from the evaluation path immediately. Historical trigger logs are retained and can still be fetched via GET /v1/workflows/{id}/logs. To pause without deleting, prefer PATCH /v1/workflows/{id} with enabled: false.

Path Parameters

string
required
Workflow UUID.

Headers

string
Optional UUID. Repeated DELETEs with the same key return the same result without erroring.

Response

On success returns HTTP 204 No Content. The response carries standard rate-limit headers and X-Request-ID.

Example Response

Errors