A user can delete canned letters set through the use of this module. The following link shows the Service URL of the module-
https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteCannedLettersSet
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
DeleteCannedLettersSet
{
“CategoryId”: 124,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”
}
2. Description of Request Parameters–
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | CategoryId | Int | Id of Category |
3. Response Example-
Success:
{ “Message”:”Success”}
Fail:
{“Message”:”The request is invalid.”}