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"
[]
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"
[]