---
title: "Delete push token for user device"
method: DELETE
path: "/users/devices"
tags: ["Users"]
---

# Delete push token for user device

`DELETE /users/devices`

REQUIRED SCOPES <code>[‘users:write’]</code><br>This API endpoint request removes the token that is responsible for receiving push notifications when logged out from the application. The user’s device becomes incapable of receiving pushes. <br><br>The `DELETE` request is sent as the user logs out the mobile application. <br><br>As a result, the user can no more receive notifications each time a message arrives to them.

## Query parameters

- `push_token` string, required

## Response `200`

OK

- object
  - `status` string
  - `message` string

## Other responses

- `404` — Not Found

---

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