Values.BatchDeleteCodeReviewsInputSourceInput for deleting multiple code reviews.
type nonrec t = {codeReviewIds : CodeReviewIdList.t;The list of code review identifiers to delete.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the code reviews to delete.
*)}