I want to create a script that calls REST API on Wowza streaming engine
that’s suppose to delete applications
but I cannot find anything inside REST API documents
I want to create a script that calls REST API on Wowza streaming engine
that’s suppose to delete applications
but I cannot find anything inside REST API documents
You can try with:
curl - X DELETE --header 'Accept:application/json; charset=utf-8' --header 'Content-Type:application/json; charset=utf-8' http://localhost:8087/v2/servers/_defaultServer_/vhosts/_defaultVHost_/applications/testlive
thank you Menno