Logo
Zoom Public API Documentation

Update an archived file's auto-delete status

PATCH {{baseUrl}}/archive_files/:fileId

Update an archived file's auto-delete status.

Prerequisites: * Zoom Support must enable the Meeting and Webinar Archiving feature for your account. * Open the disabling auto-delete feature in OP. Contact Zoom Support to open.

Scopes: recording:write,recording:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/archive_files/:fileId' -H 'Content-Type: application/json' -d '{"auto_delete":"\u003cboolean\u003e"}'

ENDPOINTS