Executions
Stop Execution
Stop a running workflow execution.
POST
Request that a running execution be stopped. The stop is enqueued and acknowledged synchronously.
Option 2 — Session token
Authentication
This endpoint is scoped to a linked account, so it accepts either authentication method. Option 1 — API keyYour Refold API key.
The linked account.
Session token. Format:
Bearer YOUR_SESSION_TOKENPath Parameters
The execution (instance) ID to stop.
Response
- 200 OK
- 404 Not Found
Acknowledgement that the stop was requested.