latestOpenAPI 3.0.32026-08-208185259.4 KB

f00047222b8f

Users

Deregister mobile device from push notifications service

Deregister the user's calling device from receiving push notifications.

post/api/v1/users/me/actions/deregister_token

Request body

tokenstring required
type'MOBILE_PUSH' required

Example request

{
  "type": "MOBILE_PUSH"
}

Response

Success