RemoveMessageTemplateFromNotificationAsync

Returns (Task)

Un-register Message Templates from the designated Notification Action.

Name Description
notification
messageTemplate

Remove Message Template From Notification Async

Example in C#

// Returns: nothing
await client.RemoveMessageTemplateFromNotificationAsync(NotificationActionInfo notification, MessageTemplateInfo messageTemplate);

Example in CURL



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