# Delete

Launch stage: GA

`DELETE /api/2.1/unity-catalog/schemas/{full_name_arg}`

Deletes the specified schema from the parent catalog.
 The caller must be the owner of the schema or an owner of the parent catalog.

API scopes: unity-catalog

## Path parameters

- `full_name_arg` (string, optional)
  Full name of the schema.

## Query parameters

- `force` (boolean, optional)
  Force deletion even if the schema is not empty.

## Response

```json
{}
```

