Using this template helps us debug your issues more effectively 
Description
We have scheduled meeting with recordings. When we try to delete individual recordings using recording_id, we were able to delete first meeting recordings successfully. When we try to delete 2nd meeting recordings, we are getting error.
Error
{“code”:3301,“message”:“Invalid recording ID. A recording file with the recording ID: 181xxxx-3970-4a56-bxxd-7d3xxxxx8e does not exist.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
DELETE https://api.zoom.us/v2/meetings/83429204198/recordings/181xxxx-3970-4a56-bxxd-7d3xxxxx8e
Below call returning meetings list with their recording id’s
https://api.zoom.us/v2/accounts/me/recordings?from=2021-11-09&to=2021-11-10&page_size=300
How To Reproduce (If applicable)
Steps to reproduce the behavior:
-
Request URL / Headers (without credentials) / Body
{‘authorization’: ‘Bearer eyJ0exxxxxxxxxxxxxxxxxxxxxxxxxxsJeQ’, ‘content-type’: ‘application/json’} -
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.

