Jetstream API
...
API Endpoints
Policy Configuration
Delete a Policy
5min
Removes a specified policy from your Jetstream application. The policy must not be added to any devices.
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. |
PolicyName string
Required
Unique | URL | The name of the policy. 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/policies/{PolicyName}
None Required
204 No Content
None Returned
None