Unregisters a push notification subscription for the current user. Push notifications will no longer be sent to this subscription endpoint.
curl --request DELETE \
--url https://api.fluxer.app/v1/users/@me/push/subscriptions/{subscription_id} \
--header 'Authorization: <api-key>'{
"success": true
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The subscription id
Success
Whether the operation succeeded
true curl --request DELETE \
--url https://api.fluxer.app/v1/users/@me/push/subscriptions/{subscription_id} \
--header 'Authorization: <api-key>'{
"success": true
}