Delete device attributes (deleteDeviceAttributes)
Delete device attributes using provided Device Id, scope and a list of keys. Referencing a non-existing Device Id will cause an error
Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority.
Path parameters
A string value representing the device id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
A string value representing the attributes scope. For example, 'SERVER_SCOPE'.
Query parameters
A string value representing the comma-separated list of attributes keys. For example, 'active,inactivityAlarmTime'. If attribute keys contain comma, duplicate 'key' parameter for each key, for example '?key=my,key&key=my,second,key
Response
Device attributes was removed for the selected keys in the request. Platform creates an audit log event about device attributes removal with action type 'ATTRIBUTES_DELETED'.