Abort a Stream execution
Stream API
Abort a Stream execution
If needed during an execution, aborts an entire Stream execution.
Best Practice
To abort the current stream execution within request, simply identify the Stream’s ID within the request.
PUT
Abort a Stream execution
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Stream of data being imported into a DataSet
The ID of the Stream execution within the Stream, if no Stream execution ID is provided, the current Stream execution will be aborted
Response
200
Returns a parameter of success or error based on whether the Stream ID being valid.