# Delete

Launch stage: GA

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

Deletes the specified recipient from the metastore. The caller must be the owner of the recipient.

API scopes: sharing

## Path parameters

- `name` (string, optional)
  Name of the recipient.

## Response

```json
{}
```

