Values.BatchDeletePentestsInputSourceInput for deleting multiple pentests.
type nonrec t = {pentestIds : PentestIdList.t;The list of pentest identifiers to delete.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the pentests to delete.
*)}