{ "operationId": "postIpsDeletePool", "method": "POST", "path": "/ips/delete-pool", "summary": "Mailchimp Delete an Ip Pool", "requestExamples": [ { "contentType": "application/json", "name": "PostipsdeletepoolRequestExample", "example": { "key": "example_value", "pool": "example_value" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Postipsdeletepool200Example", "example": { "pool": "example_value", "deleted": true } } ] }