Notification Template can be deleted using two methods:
DELETE on the following URI : | /template/{templateid} |
POST on the following URI: | /template/{templateid}?verb=DELETE |
Success Response:
{
“Success”: true,
“Result”: “Template 398 has been deleted”
}