Delete the Origo Customer Configuration for the specified instance Returns (Task)
This will delete the customer configuration from keep and remove the call back registered with origo.
| Name | Description |
|---|---|
| instanceInfo | The instance to delete the Origo configuration from |
Example in C#
// Returns: nothing
await client.DeleteOrigoCustomerConfiguration(InstanceInfo instanceInfo);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/origo/configuration \
-H 'Authorization: Bearer TOKEN_GOES_HERE'