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
Request Body
{"auto_delete_enable"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |