时间:2026-07-24 23:15 | 来源:墨客学术 | 作者:墨客学术 | 点击:次
licitec (Rogerio) April 26, 2020, which is not documented in the API. The meeting is not deleted. Error The meeting is not deleted. Which App Type (OAuth / Chatbot / JWT / Webhook)? OAuth. Which Endpoint/s? DELETE # /meetings/{meetingId} How To Reproduce (If applicable) Steps to reproduce the behavior: using (var client = new HttpClient()) { client.BaseAddress = new Uri(“https://api.zoom.us/”); client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue(“Bearer”, 1:18pm 1 Description When sending the request to delete the meeting, token); HttpResponseMessage response = await client.DeleteAsync(“v2/users/meetings/” + meetingId); result = response.IsSuccessStatusCode; response.Dispose(); } Result: IsSuccessStatusCode = true StatusCode = 200 Meeting is not deleted , the status code 200 is returned,。