Hi.
We have situations where the same email address has to receive multiple separate emails with different information. Since Streamsend automatically removes duplicates from any import, I have to basically start a new import with any duplicates.
The code on my side works and does its job, but when it comes to destroying the original list for the second run, I get an error code of 404.
I was able to determine that 404 in this case means the same as on a web server - page not found.
But I traced the url I am submitting, and it is identical to the one I run the first time.
Any idea what that could be?
Could it simply mean that the list doesn't exist anymore after the blast was completed and that it doesn't have to be destroyed, and I can simply go on with my script?
Thanks!
Richard