Delete ip pool
documentedDelete an IP pool.
POST /ips/delete-poolIPsno implementation yet0 runsNo 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://mandrillapp.com/api/1.3/ips/delete-pool\" \\n -X POST \\n -H \"Content-Type: application/json\" \\n -H \"Accept: application/json\" \\n -d '{\\"pool\\": \\"{{$pool}}\\", \\"key\\": \\"{{MAILCHIMP_API_KEY}}\\"}'