Logo
Zoom Public API Documentation

Delete a webinar's branding Virtual Backgrounds

DELETE {{baseUrl}}/webinars/:webinarId/branding/virtual_backgrounds?ids=<string>

Use this API to delete a webinar's session branding Virtual Background.

Prerequisites: * The Webinar Session Branding setting enabled.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
ids
string A comma-separated list of the Virtual Background file IDs to delete.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/webinars/:webinarId/branding/virtual_backgrounds?ids=<string>?ids=<string>'

ENDPOINTS