Stampfactory
Dokumentation
Benachrichtigungen

Push-Token entfernen

Only removes the specific token for the current user, so other devices of the same user keep receiving push notifications.

DELETE
/push-token
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Query-Parameter

token*string

Response-Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/push-token?token=string"
{  "status": "ok"}