# Delete

Launch stage: GA

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

Deletes a volume from the specified parent catalog and schema.

 The caller must be a metastore admin or an owner of the volume.
 For the latter case, the caller must also be the owner or 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)
  The three-level (fully qualified) name of the volume

## Response

```json
{}
```

