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>

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

    name?: string

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