External DocumentationTo learn more, visit the Druva documentation.
Actions
Delete Device By ID
Deletes a device in the system.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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"
}
Was this page helpful?