ElementTemplate DeleteSecurityEntry
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
ElementTemplate DeleteSecurityEntry
Delete a security entry owned by the element template.
Request
DELETE elementtemplates/{webId}/securityentries/{name}
URL Parameters
-
webId The ID of the element template where the security entry will be deleted.
-
name The name of the security entry. For every backslash character (\) in the security entry name, replace with asterisk (*). As an example, use domain*username instead of domain\username.
-
applyToChildren If false, the new access permissions are only applied to the associated object. If true, the access permissions of children with any parent-child reference types will change when the permissions on the primary parent change.
Status Codes
204: The security entry was deleted.