Sign in

Delete domain

documented

Delete a domain from your account.

POST https://goapi.unisender.ru/ru/transactional/api/v1/domain-delete.jsonDomainsno 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://go1.unisender.ru/ru/transactional/api/v1/domain/delete.json" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-API-KEY: {{UNISENDER_API_KEY}}" \
  -d '{"domain": "{{$domain}}"}'