Description
We are trying to delete all Zoom meeting older than 60 days, and achieve that we first call the fetch meetings API, and later calling the delete meeting API for individual APIs.
Error
Delete Meetings API are not working for past meeting, it is returning 404, but I can see those meetings in Zoom Dashboard.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
We are using JWT App.
Which Endpoint/s?
Endpoints we are using
Sample Meeting IDs for debugging
99484834977
99436064217
99436064217
95064119222
Additional context
We are doing this because we are GDPR compliant organisation, we would like to delete all the past data that we asked customer to store.
Let me know if more details needed.
Hey @sunillulla
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
Hi,
i want to Update or Delete all occurrences meetings from Update and Delete API respectively. How it would be done through these APIs (which parameters is being used for these actions).
Thanks
Description/Error
I want to find past meeting participants via the API, but as we mostly use the ‘Personal Meeting Room’, rather than scheduled meetings they don’t appear to appear in the ‘Past Meetings’ list. Are these able to be called or is it only scheduled meetings?
Which Endpoint/s?
I’m using ‘Get Past Meeting Participants/Details’ but just generally I can’t get past details.
Description/Error
I’m using the API to schedule a meeting on a Zoom Room, but as soon as it’s created, it gets deleted.
Which Endpoint/s?
Schedule
How To Reproduce (If applicable)
Steps to reproduce the behavior:
URL: POST https://api.zoom.us/v2/rooms/{roomId}/meetings
Body: { jsonrpc: ‘2.0’,
method: ‘schedule’,
params:
{ meeting_info:
{ topic: ‘Testing User’s booking.’,
start_time: ‘2019-10-06T21:15:00Z’,
duration: 15 } } }
Header: JWT token
Receive meeting.created event with the…
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
@DeveloperBot Thanks, but the related thread weren’t helpful.
Hi @sunillulla ,
Thanks for reaching out here—since we’re already working together over email, I will follow up with you there!
Best,
Will
system
(system)
Closed
November 13, 2020, 2:25am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.