Response ‒ Devices/RemoveSetting
Property
Type
Description
value
Boolean
Set to True if the removal of the setting was successful.
Example JSON Devices/RemoveSetting Response
Status 200 – OK
curl -X POST \
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Edm.Boolean”,
“value”: true
}