DocsHTTP APIDelete a workflow

Delete a workflow

Delete a workflow. Use DELETE /workflows/{workflow_id} in Chronoverse, with authentication, parameters, and response details.

DELETE
/workflows/{workflow_id}

Authentication

cookieSession
apiKey
required

Encrypted session cookie issued after registration or login.

cookie: session
csrfToken
apiKey
required

CSRF cookie issued with the session and required for state-changing requests.

cookie: csrf

All credentials in this group are required.

Parameters

workflow_id
path
required

No additional description.

string · uuid

Responses

204

Terminated workflow deleted

401

Missing or invalid session

412

Current workflow or job state does not allow the operation

429

Ingress rate or connection limit exceeded for the client address