Values.DeleteAdapterVersionRequestSourceDeletes an Amazon Textract adapter version. Requires that you specify both an AdapterId and a AdapterVersion. Deletes the adapter version specified by the AdapterId and the AdapterVersion.
type nonrec t = {adapterId : AdapterId.t;A string containing a unique ID for the adapter version that will be deleted.
*)adapterVersion : AdapterVersion.t;Specifies the adapter version to be deleted.
*)}