Recording not Found for most of the meetings in zoom account

Hello,

We are fetching all the past meetings using the 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 recording. if its “true” we call the DELETE endpoint. Is the key “has_recording” set to false once the DELETE endpoint is called? We suspect its not and we still get “has_recording” as true for the meetingId where the recordings are deleted. Can you please confirm? Also, if there is a alternate way to delete recordings for zoom meetings, let us know.

Thank you