Delete Email Template Using DELETE
Note: This method is deprecated and will be removed in next release. Use the recommended public method, instead (see DELETE /api/notifications/templates/{id}
)
Request
URI
DELETE
https://{api_host}/api/notifications/email/templates/{id}
COPY
Path Parameters
string
id
Required
The identifier of the e-mail template to be deleted
Responses
203
The user does not have the privilege to perform the operation
Operation doesn't return any data structure
204
The Email Template with the identifier specified was successfully deleted
Operation doesn't return any data structure
404
There is no Email Template with the specified identifier
Operation doesn't return any data structure
Deprecated
On This Page
Notifications Operations
POST
Create Email Template Using POST
Deprecated
POST
Create Notification Plugin Rule Using POST
DELETE
Delete Email Template Using DELETE
Deprecated
DELETE
Delete Notification Plugin Rules Using DELETE
GET
Get All Notification Rules Using GET
GET
Get Email Conditions Using GET
Deprecated
GET
Get Email Template Using GET
Deprecated
GET
Get Notification Rule Using GET
GET
Query Email Templates Using GET
Deprecated
POST
Set Email Condition Using POST
Deprecated
DELETE
Unset Email Condition Using DELETE
Deprecated
PUT
Update Email Template Using PUT
Deprecated
PUT
Update Notification Plugin Rule Using PUT