Deletes the provided accessLevelElevatorEntryItem from the accessLevel.The folder, accessLevel and accessLevelElevatorEntryItem must already exist. Returns (Task.)Exception Type: NullReferenceExceptionPost failed to get an Href as the result
Overview of DeleteAccessLevelElevatorEntryItemAsync goes here.
Name | Description |
---|---|
accessLevel | The accessLevel. |
entryItem | The item. |
Example in C#
// Returns: nothing
await client.DeleteAccessLevelElevatorEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelElevatorEntryItem entryItem);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/accesslevels/accessLevel.KEY/elevatorentries \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"ElevatorAccessLevelCommonName" : "String",
"ElevatorAccessLevelId" : "String",
"ReaderCommonName" : "String",
"ReaderId" : "String",
}'