delete_object
Remove specific objects from an S3 bucket by specifying bucket name and object key. Returns S3 response in JSON format for tracking deletion status.
Instructions
Deletes an object from an S3 bucket.
Args: bucket (str): The name of the bucket. key (str): The key (name) of the object.
Returns: str: JSON formatted S3 response.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | ||
key | Yes |