Logo
Zoom Public API Documentation

Delete Virtual Background files

DELETE {{baseUrl}}/users/:userId/settings/virtual_backgrounds?file_ids=<string>

Use this API to delete a user's Virtual Background files. For user-level apps, pass the me value instead of the userId parameter.

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

Scopes: user:write:admin,user:write

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
file_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/users/:userId/settings/virtual_backgrounds?file_ids=<string>?file_ids=<string>'

ENDPOINTS