Swirls

SWIRLS_

  • How it works
  • Pricing

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2

643 matches

OverviewAI & ML7Analytics8Communication18CRM4Developer Tools6E-commerce40Finance52Infrastructure28Marketing20Other409Productivity10Security17Social20Storage2Support2
Actions

19 actions

Platform

19 actions

  • Enumerate all active channels of the applicationGETv1.0.0
  • Get a device registrationGETv1.0.0
  • Get message history for a channelGETv1.0.0
  • Get metadata of a channelGETv1.0.0
  • Get presence history of a channelGETv1.0.0
  • Get presence of a channelGETv1.0.0
  • Get the service timeGETv1.0.0
  • List all channels with at least one subscribed deviceGETv1.0.0
  • List channel subscriptionsGETv1.0.0
  • List devices registered for receiving push notificationsGETv1.0.0
  • Publish a message to a channelPOSTv1.0.0
  • Publish a push notification to device(s)POSTv1.0.0
  • Register a device for receiving push notificationsPOSTv1.0.0
  • Retrieve usage statistics for an applicationGETv1.0.0
  • Subscribe a device to a channelPOSTv1.0.0
  • Unregister a single device for push notificationsDELETEv1.0.0
  • Unregister matching devices for push notificationsDELETEv1.0.0
  • Update a device registrationPATCHv1.0.0
  • Update a device registrationPUTv1.0.0

Infrastructure/Platform

Unregister a single device for push notifications

v1.0.0

Unregisters a single device by its device ID. All its subscriptions for receiving push notifications through channels will also be deleted.

Input

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
{
  "type": "object",
  "properties": {
    "device_id": {
      "type": "string"
    }
  },
  "required": [
    "device_id"
  ],
  "additionalProperties": false
}

Output

  1. 1
  2. 2
  3. 3
  4. 4
{
  "type": "object",
  "additionalProperties": true
}