# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/secrets/{full_name}`

Deletes a secret by its three-level (fully qualified) name.

 You must be the owner of the secret or a metastore admin.

API scopes: unity-catalog

## Path parameters

- `full_name` (string, optional)
  The three-level (fully qualified) name of the secret
   (for example, **catalog_name.schema_name.secret_name**).

## Response

```json
{}
```

