RemoveMessageTemplateFromNotificationAsync

Returns (Task)

Un-register Message Templates from the designated Notification Action.

Name Description
notification The notification action to remove the message template from
messageTemplate The message template to remove

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://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/alarmactions/ALARMACTION.KEY/messagetemplate/MESSAGETEMPLATEINFO.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'