Databricks SDK for JavaScript
    Preparing search index...

    Request to delete an MCP service.

    interface DeleteMcpServiceRequest {
        etag?: Uint8Array<ArrayBufferLike>;
        name?: string;
    }
    Index

    Properties

    Properties

    etag?: Uint8Array<ArrayBufferLike>

    Optimistic concurrency token from the most recent read. When set, the delete succeeds only if the resource has not changed. Leave unset for an unconditional delete. For REST requests, URL-encode the base64 string returned by the API when setting the etag query parameter.

    name?: string

    Resource name of the MCP service. Format: mcp-services/{catalog}.{schema}.{mcp_service}. Each {...} component is capped at 255 characters individually.