Remove device token

Remove a specific device token from the user's account

Authentication

AuthorizationBearer
JWT token obtained from authentication endpoints

Request

This endpoint expects an object.
deviceTokenstringRequired
The device token to remove

Response

Device token removed successfully
successboolean or null
messagestring or null
deviceTokenslist of strings or null
Updated list of remaining device tokens

Errors