Notification Templates
Delete Notification template
Notification templates have been renamed to Workflows, Please use the new workflows controller
DELETE
/v1/notification-templates/{templateId}
Authorization*
curl --request DELETE \
--url https://api.novu.co/v1/notification-templates/{templateId} \
--header 'Authorization: ApiKey'
{
"data": "boolean"
}
Path Parameters
templateIdrequired
string
Response
200 - application/json
datarequired
boolean
curl --request DELETE \
--url https://api.novu.co/v1/notification-templates/{templateId} \
--header 'Authorization: ApiKey'
{
"data": "boolean"
}