Deletes a panel relation entry item from an ACRE intrusion user profile. Returns (Task)
Overview of DeleteAcreIntrusionPanelRelationEntryItemAsync goes here.
| Name | Description |
|---|---|
| userProfile | The user profile to delete the panel relation from |
| entryItem | The panel relation entry item to delete |
Example in C#
// Returns: nothing
await client.DeleteAcreIntrusionPanelRelationEntryItemAsync(AcreIntrusionUserProfileInfo userProfile, AcreIntrusionPanelRelationEntryItem entryItem);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/acreintrusionuserprofiles/PROFILE.KEY/panelentries/PANEL.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'