Denies a group access request for the given user

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

Denies a group access request for the given user

Path parameters

  • id integer | string Required

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

  • user_id integer Required

    The userID of the access requester

Responses

  • Unauthorized operation

  • Successful operation

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