Author Message
MohitAvaya
Joined: May 18, 2017
Messages: 27
Offline
Hello,

I am using POM 3.1 and I am facing contact list stuck issue. It shows the status of contact list as 'In progress' and not able to empty contact list using POM empty contact list rest service, but when I do it manually, it emptied successfully.

We get following error while empty contact list using rest service using POSTMAN :

{"displayMessage":null,"errorCode":"-61","errorMessage":"Failed to empty contact list."}

Please tell me what could be the cause of above ?

Thanks in advance.

Mohit
MikeMalcorINI [Avatar]

Joined: Jan 14, 2015
Messages: 72
Offline
GET the contact list ID with
https://<EP Server IP>/VP_POM_Service/v2/contactlists/id

{ "contactListName": "CONTACT_LIST_NAME" }

Where CONTACT_LIST_NAME is the name of the contact list you want to get the ID of

Then use POST to empty the list
https://<EP Server IP>/VP_POM_Service/v2/contactlists/{contact_list_id}/empty

Give that a try.
Go to:   
Mobile view