diff --git a/developer_manual/client_apis/WebDAV/index.rst b/developer_manual/client_apis/WebDAV/index.rst
index 50070ff98..2672bded4 100644
--- a/developer_manual/client_apis/WebDAV/index.rst
+++ b/developer_manual/client_apis/WebDAV/index.rst
@@ -71,7 +71,6 @@ You can request additional properties by sending a request body with the :code:`
-
@@ -88,7 +87,6 @@ The following properties are supported:
- :code:`{DAV:}getcontentlength`
- :code:`{http://owncloud.org/ns}id` The fileid namespaced by the instance id, globally unique
- :code:`{http://owncloud.org/ns}fileid` The unique id for the file within the instance
-- :code:`{http://owncloud.org/ns}tags`
- :code:`{http://owncloud.org/ns}favorite`
- :code:`{http://owncloud.org/ns}comments-href`
- :code:`{http://owncloud.org/ns}comments-count`
@@ -216,27 +214,4 @@ File properties can be requested by adding a :code:`` element to the re
When listing favorites, the request will find all favorites in the folder recursively, all favorites for a user can be found by sending the request to :code:`remote.php/dav/files/user`
-----
-Settings tags
-----
-
-A file or folder can be tagged by sending a :code:`PROPPATCH` request to the file or folder and setting the :code:`oc-tags` property.
-
-.. code-block:: xml
-
- PROPPATCH remote.php/dav/files/user/path/to/file
-
-
-
-
-
- tag1
- tag2
-
-
-
-
-
-Note that all tags for the file have to be specified, it's not possible to only specify the tags that should be added or removed.
-
.. _rfc4918: https://tools.ietf.org/html/rfc4918