docs/src/remove.md

Sun, 17 Dec 2023 15:33:50 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 17 Dec 2023 15:33:50 +0100
changeset 800
30d484806c2b
parent 285
02d3e4b1245f
permissions
-rw-r--r--

fix faulty string to int conversion utilities

Probably it was expected that errno is set to EINVAL when illegal characters are encountered. But this is not standard and does not happen on every system, allowing illegal strings to be parsed as valid integers.

---
title: 'dav remove'
---

**`dav remove [-pc] [-L <lock>] <url>`**

Removes a resource. When removing a collection, all child resources are also
removed.

**`-p`** disable file name and path decryption if enabled

**`-c`** enable file name and path decryption

**`-L`** <lock> use a lock token

**Command aliases:** rm, delete

mercurial