Returns ()
Delete the designated Engage Ip Gateway.
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.DeleteEngageIpGatewayAsync(EngageIpGatewayInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engageipgateways/ENGAGEIPGATEWAY.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'