cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/push/apps/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove o push app (e dispositivos associados). Escopo: push:apps:manage.
Authorization: Bearer sk_live_xxxxx
Push app removido.
true
Was this page helpful?