---
title: "annotations delete"
description: "Delete a schema annotation"
canonical: "https://pgbeam.com/docs/cli/annotations/delete"
last-updated: "2026-09-13T16:16:22.000Z"
---

# annotations delete

> Delete a schema annotation

URL: https://pgbeam.com/docs/cli/annotations/delete

Removes a single annotation identified by its natural key. Omit column\_name to delete a table-level annotation, and omit schema\_name to match the unqualified form.

## Usage

## Options

Option

Description

Required

Default

`--table-name <value>`

Relation (table or view) the annotation describes.

Yes

-

`--schema-name <value>`

Optional schema. Omit to match the unqualified form.

No

-

`--column-name <value>`

Optional column. Omit to delete a table-level annotation.

No

-

`--yes`, `-y`

Skip the confirmation prompt (useful for scripts and CI/CD)

No

-

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Renders a human-readable table or detail view by default; pass `--json` for the raw API response.