cURL
curl --request POST \ --url https://api.mottostreaming.com/streaming/rtmp_ingests/v1/{rtmp_ingest_id}/disconnect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "rtmp_ingest_id": "<string>" }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the RTMP ingest to disconnect.
Request message for DisconnectRTMPIngestRequest.
OK
Response message for DisconnectRTMPIngestRequest.