norkunas / onesignal-php-api

OneSignal API for PHP
MIT License
233 stars 82 forks source link

Added support to delete device #105

Closed simcen closed 5 years ago

norkunas commented 5 years ago

Hello @simcen, I can't find in OneSignal documentation about this feature, do you have a link?

simcen commented 5 years ago

It's a little hidden in the personal data handling page: https://documentation.onesignal.com/docs/handling-personal-data#section-deleting-users-or-other-data-from-onesignal

This feature is especially important to meet GDPR requirements.

I have successfully tested the new code btw.

norkunas commented 5 years ago

Thanks, could you add this link to phpdocs? Also please add unit tests and fix StyleCI issue :)

simcen commented 5 years ago

There you go. Now with passed StyleCI check :)

norkunas commented 5 years ago

Thanks! :)