# Delete

Launch stage: Beta

`DELETE /api/2.1/unity-catalog/{name=model-services/*}`

Deletes the model service identified by its resource name. Optionally
 supply an `etag` to make the delete conditional on the model service not
 having changed since it was read.

 You must be the owner of the model service or have `MANAGE` on it, plus
 `USE_CATALOG` on the parent catalog and `USE_SCHEMA` on the parent schema.

API scopes: unity-catalog

## Path parameters

- `name` (string, optional)
  Resource name of the model service.
   Format: `model-services/{catalog}.{schema}.{model_service}`.
   Each `{...}` component is capped at 255 characters individually.

## Query parameters

- `etag` (string, optional)
  If-match precondition: when set, the delete proceeds only if the current
   server-side etag matches. Empty means unconditional delete.

## Response

```json
{}
```

