Denies a group access request for the given user
Denies a group access request for the given user
Path parameters
-
The ID or URL-encoded path of the group owned by the authenticated user.
-
The userID of the access requester
DELETE
/v4/groups/{id}/access_requests/{user_id}
curl \
-X DELETE https://gitlab.com/api/v4/groups/{id}/access_requests/{user_id}