mailchimp->delete("/ecommerce/stores/{$id}"); if ($this->mailchimp->success()) { return true; } return false; } }