Skip to main content
DELETE
/
streaming
/
ingests
/
v2
/
{ingest_id}
cURL
curl --request DELETE \
  --url https://api.mottostreaming.com/streaming/ingests/v2/{ingest_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.mottostreaming.com/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

ingest_id
string
required

The ID of the ingest to delete.

Response

OK

Response message for DeleteIngest.