is there a way to remove a lead from instantly using clay? i only see other options
yes, you can use http api enrichment
i cant tell if it wants an empty body or one with the personID Error Msg 1 Clay received a 400 error from the API with Content: {"statusCode":400,"code":"FST_ERR_CTP_EMPTY_JSON_BODY","error":"Bad Request","message":"Body cannot be empty when content-type is set to 'application/json'"} Error Msg 2 Clay received a 400 error from the API with Content: {"statusCode":400,"code":"FST_ERR_VALIDATION","error":"Bad Request","message":"body must be null"}
These conflicting errors suggest the Instantly API endpoint expects no body for DELETE requests. Try these steps: [1]
If issues persist, paste your current HTTP API configuration (endpoint, headers, query string, and body) into the chat so I can troubleshoot further.
Is that what you were looking for?
If you still need help troubleshooting the HTTP API setup to remove a lead from Instantly, I’m here to assist. Would you like to share your current API configuration details so we can continue?
yea this still isnt working agent
I understand this is frustrating. Would you like me to connect you with a human agent? Or if you provide more details about your current API setup, we can keep working on it together.
yes pls
I’m routing you to our human team now. They’ll be able to assist you further.
Clay Support is sharing a file with you.
Our support team has got your message and we'll get back to you soon!
If you’re dealing with a specific table, drop the URL below so we can help you quicker. Otherwise, someone from our team will be in touch soon!
Garrett - Do you mind sending the link (url) to the table so we can take a look?
there ya go!
Got it! I believe this was an issue with the headers you selected. When sending a delete request if you set content-type to application/json sometimes sending a null value in the body will trigger an error where it spits back that it was an invalid request. I created a new column and removed the application/json type and it appears to be working. Could you give it a look and confirm? Thanks a lot!
yes one sec!
.png)