ICE Chat API

DeleteSkill

This module is used to delete skill. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/DeleteSkill

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

DeleteSkill

{

 “Token”:”sdfdsavcxdgdfFD”,

 “SkillId”: “1”

}

2. Description for Request Parameters

S.No Name Type Description
1 Token String Authentication Token
2 SkillId Int Id of skill

3. Response Example

Success:

{ “Message”: ” Success” }

Fail:

{ “message”: ” The request is invalid.” }

    ×

    Contact Us