interface DeleteCollectionResponse {
    StatusCode?: number;
}

Hierarchy (view full)

Properties

Properties

StatusCode?: number

HTTP status code that indicates the result of the operation.