SevenShores\Hubspot\Resources\Contacts::delete PHP Method

delete() public method

public delete ( integer $id ) : Response
$id integer
return SevenShores\Hubspot\Http\Response
    function delete($id)
    {
        $endpoint = "https://api.hubapi.com/contacts/v1/contact/vid/{$id}";
        return $this->client->request('delete', $endpoint);
    }