For Example We have last 1 year contacts in contact list. but we need only last one month contact. other contact will be removed in contactlists like automate based using genesys api or any other option.
As per your suggestion I explore contact list APIs. I found 3 api in contact list for removing contacts.
[POST /api/v2/outbound/contactlists/{contactListId}/clear] = In this api removed all the contacts in contactlist. but i need remove particular contacts.
[DELETE /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}] = In this api one contact removed in contact list. but i need multiple contacts removed.
[DELETE /api/v2/outbound/contactlists/{contactListId}/contacts ] = In this api multiple contacts removed in contact list.
3rd api ok for us, but if any possible remove the multiple contacts without passing contactid not a all contacts removing i need only removing multiple contacts without passing contactid.