Skip to main content
DELETE
/
v1
/
streams
/
{STREAM_ID}
Delete a Stream
curl --request DELETE \
  --url https://api.domo.com/v1/streams/{STREAM_ID} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-479695-remove-crime-report.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

200

Returns a Stream object and parameter of success or error based on whether the Stream ID being valid.