---
title: "Disable pushes to a mobile device"
method: POST
path: "/api/users/disableDevice"
tags: ["users"]
---

# Disable pushes to a mobile device

`POST /api/users/disableDevice`

Disables push notifications to a given device.<br/><br/>Learn about <a href="https://support.iterable.com/hc/articles/29156459027348">identifying users by <code>userId</code> and <code>email</code></a>.

## Request body

- DisableDeviceRequest
  - `email` string — Specific email this device belongs to disable. Will disable device under all users with this device by default.
  - `token` string, required — The device token
  - `userId` string — Specific userId this device belongs to disable. Will disable device under all users with this device by default.

## Response `200`

successful operation

## Other responses

- `400` — Invalid parameters
- `401` — Invalid API key

---

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