DeleteAlarmActionAsync

Returns (Task)

Destroys a designated Alarm Action.

Name Description
alarmAction

Delete Alarm Action Async

Example in C#

// Returns: nothing
await client.DeleteAlarmActionAsync(AlarmActionInfo alarmAction);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/alarmactions/ALARMACTION.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'