I created a Zoom room with the following request:
REQUEST:
POST https://api.zoom.us/v2/rooms
{"name":"ZoomNet Integration Testing: Room","type":"ZoomRoom"}
RESPONSE:
HTTP/1.1 201 Created
{"id":"TLd5jdjdSIys-XTFv0uIYQ","room_id":"i8yy53rfR26Kl2uStzDHqA","name":"ZoomNet Integration Testing: Room","type":"ZoomRoom","location_id":""}
I used the UI to confirm that a new room was created:
And finally I issued the HTTP request to delete a location with the same unfortunate result:
REQUEST:
DELETE https://api.zoom.us/v2/rooms/locations/FnsQXeE3Q3Og9kiz-i9NQQ
RESPONSE:
HTTP/1.1 400 Bad Request
{"code":4711,"message":"Invalid access token, does not contain scopes:[]."}
I think this test disproves your theory that the issue was caused by the fact that I didn’t have a room on my account.
@gianni.zoom By the way, you haven’t responded to my earlier questions:
- have you been able to reproduce this issue? I believe I have given you all the info you need to reproduce this scenario.
- Per you request, I have provided 4 tracking Ids. Were you able to find any new information about this situation using these tracking IDs?
