curl --request DELETE \
--url http://localhost:3000/v1/notifications/tokens/{tokenId}{
"success": true
}Deactivates a notification token.
curl --request DELETE \
--url http://localhost:3000/v1/notifications/tokens/{tokenId}{
"success": true
}