Skip to main content
POST
/
noise_sensors
/
noise_thresholds
/
delete
await seam.noiseSensors.noiseThresholds.delete({
  noise_threshold_id: "00fbac13-6602-4079-b4ae-c89d5dcbed35",
  device_id: "736fc5bf-192d-4416-b879-66ff0195f2f7",
});

/*
// void
*/
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

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

noise_threshold_id
string<uuid>
required

ID of the noise threshold that you want to delete.

Response

OK

The response is of type object.