View as markdown
Endpoints · Devices

Unregister a device

DELETEhttps://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.

stringrequired

Device id from register/list.

204
Unregistered.
400
Invalid device_id format.
404
Device not found.