Groups

Cancel Group Join Request

DELETE
/groups/{groupId}/requests

Cancels a request sent to join the group.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

groupId*string

Must be a valid group ID.

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/groups/grp_00000000-0000-0000-0000-000000000000/requests"
Empty
Empty
{
  "error": {
    "message": "You're not a member.",
    "status_code": 403
  }
}
{
  "error": {
    "message": "Can't find groupǃ",
    "status_code": 404
  }
}