delete() public method

public delete ( string $endpointUrl ) : stdClass
$endpointUrl string
return stdClass
Exemplo n.º 1
0
Arquivo: Mailgun.php Projeto: lhas/pep
 /**
  * @param string $endpointUrl
  * @return \stdClass
  */
 public function delete($endpointUrl)
 {
     return $this->restClient->delete($endpointUrl);
 }