Kick Group Member
Kicks a Group Member from the Group. The current user must have the "Remove Group Members" permission.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
groupIdstring
Must be a valid group ID.
userIdstring
Must be a valid user ID.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.vrchat.cloud/api/1/groups/grp_00000000-0000-0000-0000-000000000000/members/string"Empty
{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}{
"error": {
"message": "You're not a member.",
"status_code": 403
}
}{
"error": {
"message": "Can't find groupǃ",
"status_code": 404
}
}