> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Device By ID

Deletes a device in the system.

<Note>
  External Documentation

  To learn more, visit the [Druva documentation](https://developer.druva.com/reference/delete_endpoints-v1-devices-deviceid).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                |
  | --------------- | ------------------------------------------------------------------------------------------ |
  | Deletion Reason | Specify the reason for device deletion, (the character limit of reason is between 10-150). |
  | Device ID       | The unique ID of device in Endpoints.                                                      |
</div>

## Example Output

```json theme={"dark"}
{
	"deviceID": 12345,
	"deviceName": "Ernie Carter's Macbook",
	"serialNumber": "PX045",
	"deviceOS": "mojave",
	"deviceOSVersion": "10.14 r34567",
	"platformOS": "darwin",
	"uuid": "TY5h67-5674r-675645",
	"clientVersion": "6.1.0 r56746",
	"deviceStatus": "enabled",
	"upgradeState": "NOT UPGRADABLE",
	"userID": 1,
	"totalBackupData": "40.05 GB",
	"totalBackupDataInBytes": 43003360051,
	"addedOn": "2019-10-25T00:00:00Z",
	"lastUpgradedOn": "2019-10-25T00:00:00Z",
	"lastConnected": "2019-10-25T00:00:00Z",
	"deviceMarkedInactive": true,
	"disabledMode": "Manual",
	"disabledOn": "2019-10-25T00:00:00Z"
}
```

## Workflow Library Example

[Delete Device by Id with Druva and Send Results Via Email](https://library.blinkops.com/workflows/delete-device-by-id-with-druva-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/delete-device-by-id-with-druva-and-send-results-via-email/canvas" />
</div>
