Carillon docs
Devices

Remove every device of a user

Deletes every device row carrying this external_id. Delivery traces and usage already counted for the current month are kept.

DELETE
/v1/devices

Deletes every device row carrying this external_id. Delivery traces and usage already counted for the current month are kept.

AuthorizationBearer <token>

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

Query Parameters

external_id*string
Length1 <= length <= 256

Response Body

application/json

application/problem+json

curl -X DELETE "https://example.com/v1/devices?external_id=string"
{  "deleted": 0}