Endpoints · Devices
Unregister a device
DELETE
https://api.tickerbot.io/v2/devices/{device_id}Unregisters the device. Webhooks still pointing at this device_id start failing on their next fire (device not registered) and flip to permanent failure — re-point or delete them first.
Plan access
Included on every plan — but a device only receives anything once a `mobile_push` webhook targets it, and webhooks are paid (Hobby and above).
Rate limit
Hobby 600/min · Pro 6,000/min · Scale 60,000/min.
Body parameters
stringrequiredDevice id from register/list.
Status codes
204Unregistered.
400Invalid device_id format.
404Device not found.