delete
https://example.com/device/v2/devices/
Delete Device
Path Parameters:
| Parameter | Type | Mandatory | Description | Example |
|---|---|---|---|---|
| id | string | true | Device ID that needs to be deleted |
This API requires PROTECTED_API permission(s).
204The below table describes the response parameters:
| Parameter | Type | Description | Example |
|---|---|---|---|
| <customAttribute1> | <customAttribute1Type> | Regular custom attribute 1 value | |
| <customAttributeN> | <customAttributeNType> | Regular custom attribute N value | |
| _configuration.<customAttribute1> | <customAttribute1Type> | Configuration custom attribute 1 value | |
| _configuration.<customAttributeN> | <customAttributeNType> | Configuration custom attribute N value | |
| _status.<customAttribute1> | <customAttribute1Type> | Status custom attribute 1 value | |
| _status.<customAttributeN> | <customAttributeNType> | Status custom attribute N value |
