Skip to main content
PUT
/
v1
/
streams
/
{STREAM_ID}
/
executions
/
{EXECUTION_ID}
/
abort
Abort a Stream execution
curl --request PUT \
  --url https://api.domo.com/v1/streams/{STREAM_ID}/executions/{EXECUTION_ID}/abort \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

STREAM_ID
number
required

The ID of the Stream of data being imported into a DataSet

EXECUTION_ID
number
required

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.