Deletes the supplied building from the instance, removing an ObjectLink references Returns (Task)
This removes the designated BuildingInfo object from the data base.
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.DeleteBuildingAsync(BuildingInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/INSTANCE.KEY/visits/VISIT.KEY/attendees/buildings/BUILDING.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'