@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias NoiseSensorsNoiseThresholdsDeleteParameters

    type NoiseSensorsNoiseThresholdsDeleteParameters = {
        device_id: string;
        noise_threshold_id: string;
    }
    Index
    device_id: string

    ID of the device that contains the noise threshold that you want to delete.

    noise_threshold_id: string

    ID of the noise threshold that you want to delete.