Sign in

Delete workflow run

documented

Delete a workflow run (soft delete in many cases; see docs for restoration).

DELETE /v1.1/workflow-runs/{workflowRunId}Workflowsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.process.st/api/v1.1/workflow-runs/{{$workflowRunId}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-API-Key: {{PROCESS_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Delete workflow run · Process Street · OpenIntegrations