cURL
curl --request DELETE \ --url https://api.mottostreaming.com/streaming/rtmp_ingests/v1/{rtmp_ingest_id} \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the RTMP ingest to delete.
OK
Response message for DeleteRTMPIngest.