Returns (Task)
This removes the designated Custom Event Destination object from the data base.
Name | Description |
---|---|
CustomEventDestination |
Example in C#
// Returns: nothing
await client.DeleteCustomEventDestinationAsync(CustomEventDestinationInfo CustomEventDestination);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/customeventdestinations/CUSTOMEVENTDESTINATION.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'