-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
SDK Language
Not sure
SDK Version
latest
Runtime Environment
latest
Environment
Production Deployment
Describe the Bug
When Delete a meeting via ZOOM, it always fails
Steps to Reproduce
curl -X DELETE https://api.zoom.us/v2/meetings/91721947317
Minimal Reproducible Example
Error Output / Stack Trace
{
"data": {
"code": 4711,
"message": "Invalid access token, does not contain scopes:[meeting:delete:meeting:admin, meeting:delete:meeting].",
"success": false
},
"successful": true,
"error": null
}Reproducibility
- Always reproducible
- Intermittent / Sometimes
- Happened once, can’t reproduce
Additional Context or Screenshots
the oauth should be delete, not writeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working