Returns (Task)
Destroy the designated Peripheral.
Name | Description |
---|---|
peripheral |
Example in C#
// Returns: nothing
await client.DeletePeripheralAsync(MercuryPeripheralInfo peripheral);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/peripherals/PERIPHERAL.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'