DeleteCustomEventDestinationAsync

Deletes a custom event destination. Returns (Task)

This removes the designated Custom Event Destination object from the data base.

Name Description
CustomEventDestination The custom event destination to delete

Delete Custom Event Destination Async

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'