On Mon, 16 Sep 2019 15:40:10 GMT, I issued a DELETE request to "https://api.zoom.us/v2/meetings/414861164?" and got a 500 response without a body. However, the meeting was indeed deleted.
If I try a DELETE on a nonexistent meeting, I get a proper 404.
You mention a trial account, but I assume that’s only for testing, right? If we actually want to create an app that other users can use, it has to be owned by at least a Pro account?
@tommy Still getting that 500 when performing a DELETE on a meeting after upgrading to a Pro account. The deletion happens, but the response indicates otherwise.
@tommy, after recreating the app, I’m still getting 500 on DELETE. Same behavior as before. The meeting is deleted, but the response has a status 500.
As you can see, it says it returned a 204. That makes me wonder if maybe the error is from our proxy. I don’t even see the DELETE calls in our logs, and checking the code shows we may not be handling an empty response body correctly.
I’ll let you know if I find anything contrary, but for now I think we can assume this is on our end.
Sorry for wasting your time. I’ll know to check the API logs next time before I go crying wolf.