v6 documentation is incomplete, want to contribute?

Delete User Invite

Deletes an Group invite sent to a User

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

DELETE
/groups/{groupId}/invites/{userId}
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

curl -X DELETE "https://api.vrchat.cloud/api/1/groups/grp_00000000-0000-0000-0000-000000000000/invites/string"
Empty

{
  "error": {
    "message": "You can't uninvite a user who wasn't invited․",
    "status_code": 400
  }
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}