---
title: "S3 Delete Object"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/s3/s3deleteobject
markdown: https://docs.nodetool.ai/nodes/lib/s3/s3deleteobject.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/s3/s3deleteobject.md
---

# S3 Delete Object

**Type:** `lib.s3.DeleteObject`

**Namespace:** `lib.s3`

## Description

Deletes an object from an S3 bucket.
    aws, s3, delete, remove, cloud, storage

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| bucket | `str` | S3 bucket name | `` |
| key | `str` | Object key (path) to delete | `` |
| region | `str` | AWS region | `us-east-1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.s3](./) namespace.
