Delete a Traka item Returns (Task.)
Overview of DeleteTrakaItemAsync goes here.
| Name | Description |
|---|---|
| item | The Traka item to delete |
Example in C#
// Returns: nothing
await client.DeleteTrakaItemAsync(TrakaItemInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/trakaitems/ITEM.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'