Remove a Policy from a Device
5min
Remove a policy from the specified device in your Jetstream application. This stops the monitoring of the device for compliance with the policy. This does not actually clear the configuration values from the device.
Property | Location | Details |
AccessKey string
Required
Unique | Header | The access key for your user account. This value is a 36-character GUID provided in your user profile. |
DeviceName string
Required
Unique | URL | The name of the device. This value has a max length of 128 ASCII characters. This value must adhere to this regular expression: ^[a-zA-Z0-9-_,. ]*$ |
DELETE https://api.jetstreamrfid.com/3/devices/{DeviceName}/policy
None Required
204 No Content
None Returned
None