# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/shares/{name}`

Deletes a data object share from the metastore. The caller must be an owner of the share.

API scopes: sharing

## Path parameters

- `name` (string, optional)
  The name of the share.

## Response

```json
{}
```

