We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9980c1 + 780ca61 commit 322c2f5Copy full SHA for 322c2f5
src/utils/vanilla-client.util.js
@@ -140,7 +140,7 @@ function getVanillaClient () {
140
.send(data)
141
},
142
removeUserFromGroup: (groupId, userId) => {
143
- return request.delete(`${config.VANILLA.API_URL}/groups/${groupId}/members/${userId}`)
+ return request.delete(`${config.VANILLA.API_URL}/groups/${groupId}/member/${userId}`)
144
.query({ access_token: config.VANILLA.ADMIN_ACCESS_TOKEN })
145
}
146
0 commit comments