# Disable System Schema

Launch stage: Public Preview

`DELETE /api/2.1/unity-catalog/metastores/{metastore_id}/systemschemas/{schema}`

Disables the system schema and removes it from the system catalog.
 The caller must be an account admin or a metastore admin.

API scopes: unity-catalog

## Path parameters

- `schema` (string, optional)
  Full name of the system schema.
- `metastore_id` (string, optional)
  The metastore ID under which the system schema lives.

## Response

```json
{}
```

