DELETE
/
streaming
/
rtmp_ingests
/
v1
/
{rtmp_ingest_id}
curl --request DELETE \
  --url https://api.mottostreaming.com/streaming/rtmp_ingests/v1/{rtmp_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

rtmp_ingest_id
string
required

The ID of the RTMP ingest to delete.

Response

200
application/json
OK

Response message for DeleteRTMPIngest.