# Denies an access request for the given user. **DELETE /projects/{id}/access_requests/{user_id}** This feature was introduced in GitLab 8.11. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string | integer) The ID or [URL-encoded path of the project](https://docs.gitlab.com/api/rest/#namespaced-paths). - **user_id** (integer(int32)) The user ID of the access requester ## Responses ### 204 Denies an access request for the given user. [Powered by Bump.sh](https://bump.sh)