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