---
title: "Remove Device"
method: DELETE
path: "/v1/device-tokens"
---

# Remove Device

`DELETE /v1/device-tokens`

This endpoint can be used with Client or Server credentials and disables a device token for the Mobile Push channel.

## Request body

- object
  - `deviceType` 'ios' | 'android' — The type of device token, one of "ios", "android"
  - `token` string — The device token retrieved from the device OS
  - `iosTokenType` 'sandbox' | 'production' — Optionally provided for iOS devices, when omitted defaults to "production". If specified when adding a token you must specify same type when removing.

## Response `204`

204

## Other responses

- `401` — 401
- `404` — 404
- `422` — 422

---

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