# Delete

Launch stage: Beta

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

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

 You must be the owner of the model provider 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 provider service.
   Format: `model-provider-services/{catalog}.{schema}.{model_provider_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
{}
```

