Deleted Devices
Tenant Var Code
When 'subtenants=true' the list contains devices for the tenant and all subtenants
falseOK
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A string that uniquely identifies the device.
A string enumeration that defines the device type.
A string used to more easily identify the device
Redacted username (email address) of the last assigned owner of the device
Secondary Device Id for devices that send messages with multiple device identifiers.
Device IMEI
Device Sim Number (ICCID)
Device phone number (can be used only if device supports phone number property)
The date (UTC) that the device was deleted from the platform
Redacted username (email address) of the user that deleted the device
GET /V2/{tenantVarCode}/deleteddevices HTTP/1.1
Accept: */*
OK
[
{
"TenantCode": "text",
"TenantDescription": "text",
"DeviceId": "text",
"DeviceType": "text",
"FriendlyName": "text",
"Username": "text",
"SecondaryDeviceId": "text",
"IridiumImei": "text",
"SimNumber": "text",
"PhoneNumber": "text",
"DateDeleted": "2026-01-01T00:00:00.000Z",
"DeletedBy": "text"
}
]Returns deleted devices for specified tenant and device id. Requires AccessAllDevices permission.
Tenant Var Code
Device Id
When 'subtenants=true' the list contains devices for the tenant and all subtenants
falseOK
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A string that uniquely identifies the device.
A string enumeration that defines the device type.
A string used to more easily identify the device
Redacted username (email address) of the last assigned owner of the device
Secondary Device Id for devices that send messages with multiple device identifiers.
Device IMEI
Device Sim Number (ICCID)
Device phone number (can be used only if device supports phone number property)
The date (UTC) that the device was deleted from the platform
Redacted username (email address) of the user that deleted the device
GET /V2/{tenantVarCode}/deleteddevices/{deviceId} HTTP/1.1
Accept: */*
OK
[
{
"TenantCode": "text",
"TenantDescription": "text",
"DeviceId": "text",
"DeviceType": "text",
"FriendlyName": "text",
"Username": "text",
"SecondaryDeviceId": "text",
"IridiumImei": "text",
"SimNumber": "text",
"PhoneNumber": "text",
"DateDeleted": "2026-01-01T00:00:00.000Z",
"DeletedBy": "text"
}
]Last updated

