Skip to main content
DELETE
/
core
/
devices
/
{device_id}
Delete device
curl --request DELETE \
  --url https://acusight.io/api/core/devices/{device_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

device_id
string
required

Device ID

Response

Device deleted successfully

The response is of type object.