---
title: "Bulk Unregister Push Notification Devices"
method: POST
path: "/api/v2/push_notification_devices/destroy_many"
tags: ["Push Notification Devices"]
---

# Bulk Unregister Push Notification Devices

`POST /api/v2/push_notification_devices/destroy_many`

Unregisters the mobile devices that are receiving push notifications. Specify the devices as an array of mobile device tokens.

#### Allowed for

* Admins

## Request body

- PushNotificationDevicesRequest
  - `push_notification_devices` string[]

## Response `200`

Successful response

- string — empty

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
