curl -X DELETE https://api2.ecomailapp.cz/domains/1 \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": 1,
"name": "newdomain.cz",
"valid": 0
}
Remove a domain from your account.
curl -X DELETE https://api2.ecomailapp.cz/domains/1 \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": 1,
"name": "newdomain.cz",
"valid": 0
}
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.
curl -X DELETE https://api2.ecomailapp.cz/domains/1 \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": 1,
"name": "newdomain.cz",
"valid": 0
}