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

# gable data-asset delete

Delete a data asset by its resource name.

## Usage

```bash theme={null}
gable data-asset delete DATA_ASSET_RESOURCE_NAME [OPTIONS]
```

## Arguments

**`DATA_ASSET_RESOURCE_NAME`** — Required

## Example

```bash theme={null}
gable data-asset delete postgres://sample.host:5432:db.public.table
```
