Skip to main content
DELETE
/
recommenders
/
{recommender_id}
curl -X DELETE https://api2.ecomailapp.cz/recommenders/6789abc123def \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
[]

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.

recommender_id
string
required
The unique identifier of the recommender to delete.
curl -X DELETE https://api2.ecomailapp.cz/recommenders/6789abc123def \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
[]