---
title: "Unregister a single device for push notifications"
method: DELETE
path: "/push/deviceRegistrations/{device_id}"
tags: ["Push"]
---

# Unregister a single device for push notifications

`DELETE /push/deviceRegistrations/{device_id}`

Unregisters a single device by its device ID. All its subscriptions for receiving push notifications through channels will also be deleted.

## Path parameters

- `device_id` string, required

## Response `2XX`

OK

## Other responses

- `default` — Error

---

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