Interface DeleteTimeSeriesIdentifierDescriptorWithTimeseriesIdRequest

interface DeleteTimeSeriesIdentifierDescriptorWithTimeseriesIdRequest {
    method: DeleteMethod;
    office: string;
    timeseriesId: string;
}

Properties

method: DeleteMethod
office: string
timeseriesId: string