> ## Documentation Index
> Fetch the complete documentation index at: https://docs.buttons.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# buttons delete

> CLI reference for buttons delete

## buttons delete

Delete a button

### Synopsis

Delete a button and all its history.

Prompts for confirmation unless --force is passed. In JSON or non-TTY
mode, confirmation is skipped automatically (agents are non-interactive).

**Examples:**

```bash theme={null}
buttons delete deploy
buttons delete deploy -F
buttons delete deploy --json
```

```
buttons delete [name] [flags]
```

### Options

```
  -F, --force   delete without confirmation
  -h, --help    help for delete
```

### Options inherited from parent commands

```
      --json       output in JSON format
      --no-input   disable all interactive prompts
      --summary    show a read-only plan/snapshot instead of mutating
```

### SEE ALSO

* [buttons](buttons.md)	 - Deterministic workflow engine for agents
