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

Changes

No recorded changes to this endpoint across all 6 revisions of this API.