Logo
Zoom Public API Documentation

Update auto delete field

PATCH {{baseUrl}}/phone/recordings/:recordingId

Updates the auto delete field for recording. It only updates if you enable the Auto Delete Data After Retention Duration setting in the account settings for recordings.

Prerequisites: * User must belong to a Business or Enterprise account * User must have a Zoom Phone license.

Scopes: phone:write:admin,phone:write,phone_recording:write,phone_recording:write:admin

Granular Scopes: phone:update:call_recording,phone:update:call_recording: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/phone/recordings/:recordingId' -H 'Content-Type: application/json' -d '{"auto_delete_enable":"\u003cboolean\u003e"}'

ENDPOINTS