# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/workspaces/{workspace_id}/metastore`

Deletes a metastore assignment. The caller must be an account administrator.

API scopes: unity-catalog

## Path parameters

- `workspace_id` (int64, optional)
  A workspace ID.

## Query parameters

- `metastore_id` (string, optional)
  Query for the ID of the metastore to delete.

## Response

```json
{}
```

