When I issue a request similar to this:
DELETE https://api-ca.zoom.us/v2/rooms/content/digital_signage/playlists/Artae1HdQ1Cbbb6W_6i7UA HTTP/1.1
Host: api-ca.zoom.us
Accept: application/json
Authorization: Bearer <... my token ...>
ZoomNet-Diagnostic-Id: f9be23e159ae4444aa794742adc54c8f
User-Agent: ZoomNet/DEBUG (+https://github.com/Jericho/ZoomNet)
I get a response like this:
HTTP/1.1 204 No Content
Date: Mon, 27 Jul 2026 18:51:20 GMT
x-zm-trackingid: v=2.0;clid=us06;rid=WEB_f7e24ec0c90b87e0f39b862ce3040fc7
The fact that I get a HTTP 204 response leads me to believe that playlist was successfully deleted but unfortunately it’s still listed in my content library as you can see here:
Of course I made sure to refresh the screen, I even signed out and signed back in. The playlist is still there.
