API Reference
Delete a device by ID
cURL
curl --request DELETE \ --url https://{host}/{version}/devices/{device_id} \ --header 'X-API-Key: <api-key>'
{ "object": "device", "id": "dvc_123", "deleted": true }
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
The unique identifier of the device
"dvc_123"
Successfully deleted the device.
The response is of type object.
object