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