Phue\User::delete PHP Method

delete() public method

Delete user
public delete ( )
    public function delete()
    {
        $this->client->sendCommand(new DeleteUser($this));
    }