# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/tables/{full_name_arg}`

Deletes a table from the specified parent catalog and schema.
 The caller must be the owner of the parent catalog, have the **USE_CATALOG** privilege on the parent catalog and be the owner of the parent schema,
 or be the owner of the table and have the **USE_CATALOG** privilege on the parent catalog and the **USE_SCHEMA** privilege on the parent schema.

API scopes: unity-catalog

## Path parameters

- `full_name_arg` (string, optional)
  Full name of the table.

## Response

```json
{}
```

