interface DeleteAdapterRequest {
    AdapterId: undefined | string;
}

Hierarchy (view full)

Properties

Properties

AdapterId: undefined | string

A string containing a unique ID for the adapter to be deleted.