cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/push/devices/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove o dispositivo do workspace. Escopo: push:devices:register ou push:apps:manage.
Authorization: Bearer sk_live_xxxxx
Dispositivo removido.
true
Was this page helpful?