Deletes a device in the system.

External Documentation

To learn more, visit the Druva documentation.

Parameters

ParameterDescription
Deletion ReasonSpecify the reason for device deletion, (the character limit of reason is between 10-150).
Device IDThe unique ID of device in Endpoints.

Example Output

{
	"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

Preview this Workflow on desktop