Sign in

Delete list

documented

Delete a contacts list.

GET https://api.unisender.com/ru/api/deleteListListsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.unisender.com/ru/api/deleteList?format=json&api_key={{UNISENDER_API_KEY}}&list_id={{$list_id}}' \
  -X GET \
  -H 'Accept: application/json'