Skip to main content
DELETE
Soft-delete workflow
A soft delete. Runs it already produced stay readable — a deleted workflow must not take its own history with it.

Authorizations

Authorization
string
header
required

API key in format: Bearer inf_***

Path Parameters

id
string
required

Workflow UUID.

Example:

"b0e9f2a4-2b1a-4c7d-9a3e-1f5c8d2e4b60"

Response

Soft-deleted.

id
string
required

The workflow that was soft-deleted.

Example:

"b0e9f2a4-2b1a-4c7d-9a3e-1f5c8d2e4b60"

deleted
boolean
required

Always true — the route either soft-deletes and returns this, or throws.

Example:

true