Skip to main content
DELETE
Deactivate a workflow definition

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

project_id
string
required
workflow_id
string
required

Response

SOFT delete — the row is kept and active set to 0, so it stops starting instances but still appears in listWorkflows. Running instances are not cancelled.

ok
enum<boolean>
required
Available options:
true