Hi,
i would like to get leads by email-address. this can be achived by querying:
/itemSearch?&item_types=lead&fields=email&term=xxx@yyy.com
i get a list of items in return. those items have an ID: eg.
a8992340-XXXXX-11ea-YYYY-55b4982cc46e
if i try to do the following:
DELETE /v1/deals/a8992340-XXXXX-11ea-YYYY-55b4982cc46e
DELETE /v1/leads/a8992340-XXXXX-11ea-YYYY-55b4982cc46e
I get a 404 response in return:
Got Http response code 404 when accessing
How can i delete/archive a lead?? Can not find somthing related in the documentation.