Returns (Task)
Destroy the designated Bosch Point.
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.DeleteBoschPointAsync(item item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschpanels/BOSCHPANEL.KEY/boschpoints/BOSCHPOINTS.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'