Skip to main content
POST
Cancel Execution
Use this API to cancel a running execution. Terminal executions are a no-op.

Endpoint

POST https://api.velt.dev/v2/workflow/executions/cancel

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

Cancel an execution

Response

Success Response

Failure Response

Errors: NOT_FOUND / INVALID_ARGUMENT.