Logo
Zoom Public API Documentation

Delete virtual background files

DELETE {{baseUrl}}/accounts/:accountId/settings/virtual_backgrounds?file_ids=<string>

Delete an account's existing virtual background files.

Prerequisites: * The Virtual Background feature must be enabled on the account.

Scopes: account:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
file_ids
string A comma-separated list of file IDs to delete.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/accounts/:accountId/settings/virtual_backgrounds?file_ids=<string>?file_ids=<string>'

ENDPOINTS