Use this to end a batch from your ClientDeviceId. Returns (Task)
Overview of EndBatch goes here.
| Name | Description |
|---|---|
| instance | The instance to end the batch for |
Example in C#
// Returns: nothing
await client.EndBatch(InstanceInfo instance);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/batch \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{"$type":"<>f__AnonymousType5, Feenics.Keep.WebApi.Wrapper"}'