The mentioned module is used to delete canned phrase menu. The link for the Service URL of the module is given by-
https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteCannedMenu
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
DeleteCannedMenu
{
“MenuCategoryID”: 126,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODIzMzUyNzR9.Lp-XOpkfsXoDcLTyGIYCK1NkY7e0ECuNiDIAm_Wyrls”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | MenuCategoryID | Int | Id of canned phrase menu category |
3. Response Example–
Success:
{ “Message”:”Success”}
Fail:
{“Message”:”The request is invalid.”}