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>'
{}

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.