Skip to content

Delete Adapter

textract_delete_adapter R Documentation

Deletes an Amazon Textract adapter

Description

Deletes an Amazon Textract adapter. Takes an AdapterId and deletes the adapter specified by the ID.

Usage

textract_delete_adapter(AdapterId)

Arguments

AdapterId

[required] A string containing a unique ID for the adapter to be deleted.

Value

An empty list.

Request syntax

svc$delete_adapter(
  AdapterId = "string"
)