DeletePeripheralAsync

Deletes a peripheral Returns (Task)

Destroy the designated Peripheral.

Name Description
peripheral The peripheral to delete

Delete Peripheral Async

Example in C#

// Returns: Object
var object = 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'