Intercom\IntercomUsers::deleteUser PHP Method

deleteUser() public method

public deleteUser ( $id, $options = [] )
    public function deleteUser($id, $options = [])
    {
        $path = $this->userPath($id);
        return $this->client->delete($path, $options);
    }