Denies a project access request for the given user

DELETE /v4/projects/{id}/access_requests/{user_id}

Denies a project access request for the given user

Path parameters

  • id integer | string Required

    The ID or URL-encoded path of the project owned by the authenticated user.

  • user_id integer Required

    The user ID of the access requester

Responses

  • Unauthorized operation

  • Successful operation

DELETE /v4/projects/{id}/access_requests/{user_id}
curl \
 -X DELETE https://gitlab.com/api/v4/projects/{id}/access_requests/{user_id}