---
title: "s3 delete · RUAL Documentation"
description: "Deletes an S3 object from a bucket."
canonical: https://docs.rual.nl/block-types/amazon%20aws/awsconnection_s3_delete
language: en
---

[Cluster](https://docs.rual.nl/cluster)

[Blocks](https://docs.rual.nl/block-types)

[Interfaces](https://docs.rual.nl/interfaces)

[Blueprints](https://docs.rual.nl/blueprints)

[Tutorials](https://docs.rual.nl/tutorials)

[Home automation](https://docs.rual.nl/home-automation)

[Examples](https://docs.rual.nl/examples)

[Reference](https://docs.rual.nl/reference)

[Architecture](https://docs.rual.nl/architecture)

[Troubleshooting](https://docs.rual.nl/troubleshooting)

Other

# s3 delete

This block is part of the [`amazon aws`](https://docs.rual.nl/block-types/amazon%20aws) group and was last modified in core [`v12.0.6`](https://docs.rual.nl/core-versions/120006).

Deletes an S3 object from a bucket.

- connection required `awsconnection` The AWS connection to use for deleting the object

- bucket required `value` The bucket from which to remove the object

- key required `value` The full file path of the object to be deleted from the S3 bucket

- connection `awsconnection` The AWS connection used for the deletion

- success `condition` Condition indicating whether the object was successfully deleted from the S3 bucket

- error `value` Error message in case of any issues during the deletion process

A typical wiring for [s3 delete](https://docs.rual.nl/block-types/amazon%2520aws/awsconnection_s3_delete): [value](https://docs.rual.nl/block-types/value/value_default) feeds the `bucket` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `key` pin; the `connection` out pin feeds [s3 list](https://docs.rual.nl/block-types/amazon%2520aws/awsconnection_s3_list).

[![Studio canvas example for the s3 delete block: typical wiring for s3 delete.](https://docs.rual.nl/canvas-examples/awsconnection_s3_delete.png)](https://docs.rual.nl/canvas-examples/awsconnection_s3_delete.png?v=3)

## Version history

Introduced in [`v12.0.6`](https://docs.rual.nl/core-versions/120006).

- [Back to `amazon aws`](https://docs.rual.nl/block-types/amazon%20aws): Return to the main group to view all sub-groups

- [Back to `amazon aws`](https://docs.rual.nl/block-types/amazon%20aws?group=amazon%20aws): Return to the group to view all blocks within this group

Was this page helpful? [Tell us what to improve](https://docs.rual.nl/support) · RUAL Docs is an integral component of the [RUAL ecosystem](https://rual.nl)
