Skip to main content
DELETE
/
subscribers
/
{email}
/
delete
curl -X DELETE https://api2.ecomailapp.cz/subscribers/foo@bar.cz/delete \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.ecomail.cz/llms.txt

Use this file to discover all available pages before exploring further.

email
string
required
Subscriber’s email address.
curl -X DELETE https://api2.ecomailapp.cz/subscribers/foo@bar.cz/delete \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "deleted": true
}