---
title: "Remove Device Alert Presets"
method: PATCH
path: "/public/v3/Devices/{deviceId}/removeAlertPresets"
tags: ["Devices"]
---

# Remove Device Alert Presets

`PATCH /public/v3/Devices/{deviceId}/removeAlertPresets`

Remove alert presets from a device.

## Path parameters

- `deviceId` string, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- DeviceAlertPresetRequest
  - `alertPresetIds` integer[], required — The list of alert preset IDs you would like to specify.

## Response `200`

The alert presets were successfully removed from the device

## Other responses

- `400` — Unable to remove alert presets from the device. See response message for details.
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
