# Delete

Launch stage: Beta

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

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

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

