The Delete User module is used to delete existing user(s) from the system. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/DeleteUser
•Allowed for
Admin
•Json Formats-
1.Code snippet for Web Service Use-
DeleteUser
{
“UserID”: 654,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | UserId | Int | Id of User |
3. Response Example–
Success
{ “Message”:”Success”}
Fail:
{“Message”:”The request is invalid.”}