Delete Item
Delete an item (file or folder) in AWS S3.
To use this procedure, make sure your agent has learned the S3 Book (BDK).
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Delete an item (file/folder) from AWS S3
create a json
use the above as the file
set the file's bucket_name to "bucket_name"
set the file's file_path to "test.txt"
delete an item with
the item is the file
Last updated
Was this helpful?