Clear all device tokens

Remove all device tokens from the current user's account. Useful for logout or account cleanup.

Authentication

AuthorizationBearer
JWT token obtained from authentication endpoints

Response

All device tokens cleared successfully
successboolean or null
messagestring or null
deviceTokenslist of strings or null
Empty array after clearing

Errors