---
title: "Bulk Delete Notification Preferences"
method: DELETE
path: "/admin/settings/notification-preferences/bulk"
tags: ["provider", "admin", "notification-preferences"]
---

# Bulk Delete Notification Preferences

`DELETE /admin/settings/notification-preferences/bulk`

Delete multiple notification preferences by their IDs.

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- BulkDeleteNotificationPreferencesRequest — Schema for bulk deleting notification preferences.
  - `preferenceIds` string[], required — List of preference IDs to delete.

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
