Hello everybody,
I'm trying to delete a leads from a target list with API (python). The function executed is:
client.request('DELETE', f'Lead/LEAD_ID/targetLists', {'id': TARGET_LIST_ID})
Unfortunately the function always return false and I'm not able to delete leads from list.
Any suggestion?
Thank you
I'm trying to delete a leads from a target list with API (python). The function executed is:
client.request('DELETE', f'Lead/LEAD_ID/targetLists', {'id': TARGET_LIST_ID})
Unfortunately the function always return false and I'm not able to delete leads from list.
Any suggestion?
Thank you
Comment