Unregister a push notification token

DELETE/api/v1/notifications/push-token/{token}

Parameters

This endpoint does not accept parameters.

Responses

204Token removed

Request

curl -X DELETE "https://api.knowledgetree.dev/api/v1/notifications/push-token/{token}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

204Token removed
Example response not yet documented.