validate('customerReference'); return; } public function getHttpMethod() { return 'DELETE'; } public function getEndpoint() { return $this->endpoint.'/customers/'.$this->getCustomerReference(); } }