Skip to main content
DELETE
Python
This API version has reached end of life. See supported versions.

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.

object
enum<string>
required
Available options:
device
Example:

"device"

id
string
required

The ID of the device.

Example:

"dvc_123"

deleted
boolean
required

Whether the device was deleted.

Example:

true

Last modified on May 27, 2026