/
DeleteNotification()
DeleteNotification()
Description
Delete an email notification template.
Package Details
Interface
IEmailNotificationManager
Syntax
Task DeleteNotification(string templateName);
Returns
Task
API Endpoint
DELETE
/api/v1/notification-template/{templateName}
Parameters
Parameter | Description | Parameter Type |
---|---|---|
templateName | Name of the template to be deleted | Path |
Returns
200 OK - When successful
400 Bad Request - Unable to delete the template
Example
const string templateName = "your template name";
await emailNotificationManager.DeleteNotification(templateName);
, multiple selections available,
Related content
GetTemplates()
GetTemplates()
More like this
GetEmailNotificationTemplateByName()
GetEmailNotificationTemplateByName()
More like this
EmailNotificationManager
EmailNotificationManager
More like this
Delete() [ServicePermissionManager]
Delete() [ServicePermissionManager]
More like this
Email Notifications
Email Notifications
More like this
Email notifications for time approval
Email notifications for time approval
More like this