curl -X DELETE https://api2.ecomailapp.cz/subscribers/foo@bar.cz/delete \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"deleted": true
}
Permanently delete a subscriber from the database.
curl -X DELETE https://api2.ecomailapp.cz/subscribers/foo@bar.cz/delete \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"deleted": true
}
curl -X DELETE https://api2.ecomailapp.cz/subscribers/foo@bar.cz/delete \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"deleted": true
}