DeleteBoschDeviceAsync

Returns (Task)

Destroy the designated Bosch Device.

Name Description
item

Delete Bosch Device Async

Example in C#

// Returns: nothing
await client.DeleteBoschDeviceAsync(BoschDeviceInfo item);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschdevices/BOSCHDEVICES.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'