await seam.noiseSensors.noiseThresholds.delete({
noise_threshold_id: "00fbac13-6602-4079-b4ae-c89d5dcbed35",
device_id: "736fc5bf-192d-4416-b879-66ff0195f2f7",
});
/*
// void
*/
{
"action_attempt": {
"action_attempt_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_type": "DELETE_NOISE_THRESHOLD",
"status": "pending",
"result": {},
"error": {
"type": "<string>",
"message": "<string>"
}
},
"ok": true
}Noise Thresholds
Delete a Noise Threshold
Deletes a noise threshold from a noise sensor.
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
*/
{
"action_attempt": {
"action_attempt_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"action_type": "DELETE_NOISE_THRESHOLD",
"status": "pending",
"result": {},
"error": {
"type": "<string>",
"message": "<string>"
}
},
"ok": true
}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json

