Description
This endpoint allows you to stop a running Transflow workflow execution using the request ID returned from the trigger endpoint.
Your API key for authentication.
Your workspace ID for authentication.
Path Parameters
The unique identifier of the workspace where the Transflow is configured.
The unique identifier of the Transflow workflow.
The unique identifier of the workflow execution request to stop. This is returned from the trigger endpoint.
Response
Indicates whether the call was successful. true if successful, false if not.
Success or error response message.
{
"status": true,
"message": "Transflow execution stopped successfully"
}