Sign in

Delete ip pool

documented

Delete an IP pool.

POST /ips/delete-poolIPsno 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://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}}\\"}'
Delete ip pool · Mailchimp · OpenIntegrations