Delete Adapter Version
| textract_delete_adapter_version | R Documentation | 
Deletes an Amazon Textract adapter version¶
Description¶
Deletes 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.
Usage¶
textract_delete_adapter_version(AdapterId, AdapterVersion)
Arguments¶
| AdapterId | [required] A string containing a unique ID for the adapter version that will be deleted. | 
| AdapterVersion | [required] Specifies the adapter version to be deleted. | 
Value¶
An empty list.
Request syntax¶
svc$delete_adapter_version(
  AdapterId = "string",
  AdapterVersion = "string"
)