Parameters for the deleteProviderModel operation.

interface DeleteProviderModelParams {
    headers?: OutgoingHttpHeaders;
    modelId: string;
    providerId: string;
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

headers?: OutgoingHttpHeaders
modelId: string

Model ID.

providerId: string

Provider ID.

signal?: AbortSignal