Delete Export
lexmodelsv2_delete_export | R Documentation |
Removes a previous export and the associated files stored in an S3 bucket¶
Description¶
Removes a previous export and the associated files stored in an S3 bucket.
Usage¶
lexmodelsv2_delete_export(exportId)
Arguments¶
exportId |
[required] The unique identifier of the export to delete. |
Value¶
A list with the following syntax:
list(
exportId = "string",
exportStatus = "InProgress"|"Completed"|"Failed"|"Deleting"
)
Request syntax¶
svc$delete_export(
exportId = "string"
)