Carillon docs
Devices

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.

DELETE
/v1/devices/{id}

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.

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

Path Parameters

id*string
Formatuuid

Response Body

application/problem+json

curl -X DELETE "https://example.com/v1/devices/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty