# Delete

Launch stage: Public Preview

`DELETE /api/2.0/online-tables/{name}`

Delete an online table.
 Warning: This will delete all the data in the online table. If the source Delta table was
 deleted or modified since this Online Table was created, this will lose the data forever!

API scopes: unity-catalog

## Path parameters

- `name` (string, optional)
  Full three-part (catalog, schema, table) name of the table.

## Response

```json
{}
```

