mailchimp->delete($this->getSingleApiEndpointUrl($id)); if ($this->mailchimp->success()) { return true; } return false; } }