Returns (Task)
Destroy the designated Bosch Device.
Name | Description |
---|---|
item |
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'