Remove a device
Deletes the device row. Delivery traces and usage already counted for the current month are kept. Removing an unknown or already removed id also answers 204.
Deletes the device row. Delivery traces and usage already counted for the current month are kept. Removing an unknown or already removed id also answers 204.
Authorization
ApiKey An API key, sent as Authorization: Bearer carillon_sk_live_…. A secret key sends, reads traces and manages devices; a mobile key may only register its own device and report that device’s events.
In: header
Path Parameters
uuidResponse Body
application/problem+json
curl -X DELETE "https://example.com/v1/devices/497f6eca-6276-4993-bfeb-53cbbbba6f08"Send or schedule a notification POST
Create a campaign for one of four audiences: device_ids, external_ids, all devices, or a saved audience (audience_id). Sending runs asynchronously. Use Idempotency-Key for retries and dedup_key to reject duplicate business notifications for 30 days.
Remove every device of a user DELETE
Deletes every device row carrying this external_id. Delivery traces and usage already counted for the current month are kept.