# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/storage-credentials/{name_arg}`

Deletes a storage credential from the metastore. The caller must be an owner of the storage credential.

API scopes: unity-catalog

## Path parameters

- `name_arg` (string, optional)
  Name of the storage credential.

## Query parameters

- `force` (boolean, optional)
  Force an update even if there are dependent external locations or external
   tables (when purpose is **STORAGE**) or dependent services (when purpose is
   **SERVICE**).

## Response

```json
{}
```

