Delete Import
lexmodelsv2_delete_import | R Documentation |
Removes a previous import and the associated file stored in an S3 bucket¶
Description¶
Removes a previous import and the associated file stored in an S3 bucket.
Usage¶
lexmodelsv2_delete_import(importId)
Arguments¶
importId |
[required] The unique identifier of the import to delete. |
Value¶
A list with the following syntax:
list(
importId = "string",
importStatus = "InProgress"|"Completed"|"Failed"|"Deleting"
)
Request syntax¶
svc$delete_import(
importId = "string"
)