Recordings deletion failure

Description
When I list the recordings under an account, I get a list with the Meeting IDs and recording file IDs. When I attempt to delete that file I receive a 404 error saying the recording does not exist even though I can see it on the dashboard. When attempting to delete the file from the dashboard it works.

Error

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
curl --request DELETE \
  --url 'https://api.zoom.us/v2/meetings//FJsf+4NT3+RBRmMScmrGg==/recordings/151543d1-e1d6-431d-90e9-5443ada3f245?action=trash
  1. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

One thing to notice that some of these files can be over 2 or 3 weeks old… so could it be a bug related to how old the file is.

Hey @albinali,

The issue is the meetingUUID has a / slash in it. Please double url encode it and try again:

%252FFJsf%252B4NT3%252BRBRmMScmrGg%253D%253D

Thanks,
Tommy