Skip to main content
DELETE
/
users
/
@me
/
push
/
subscriptions
/
{subscription_id}
Unsubscribe from push notifications
curl --request DELETE \
  --url https://api.fluxer.app/v1/users/@me/push/subscriptions/{subscription_id} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

subscription_id
string
required

The subscription id

Response

Success

success
enum<boolean>
required

Whether the operation succeeded

Available options:
true