Sign in

Unassign assignee from workflow run

documented

Unassign a user or group from a workflow run.

DELETE /v1.1/workflow-runs/{workflowRunId}/assignees/{userId}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}}/assignees/{{$userId}}" \
  -X DELETE \
  -H "Authorization: Bearer {{PROCESS_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"