DELETE
/
devices
/
{device_id}
Delete
curl --request DELETE \
  --url https://{host}/{version}/devices/{device_id} \
  --header 'X-API-Key: <api-key>'
{
  "object": "device",
  "id": "dvc_123",
  "deleted": true
}

Authorizations

X-API-Key
string
header
required

The API key to use for authentication. Retrieve your API key from the Miru dashboard.

Path Parameters

device_id
string
required

The unique identifier of the device

Example:

"dvc_123"

Response

200 - application/json

Successfully deleted the device.

The response is of type object.