Unable to delete All Recordings for zoom account from date xx/xx/xxxx to yy/yy/yyyy

Hello @ojus.zoom ,

We are fetching all the past meetings using the dashboard endpoint GET /metrics/meetings for a date range for our zoom account. Each meeting object in the response has a key “has_recording”. We are using that key to determine whether to call DELETE /meetings/{meetingId}/recordings to delete the recordings for that meeting if “has_recording”:true. After doing that, we still see recordings in the zoom dashboard after logging in of zoom.us and the going to “account Management > Recording Management” for the date range which we picked above.

Is there something wrong we are doing? Please let us know if there is a better/alternate way of deleting the cloud recordings for a particular date range?