mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
#
|
|
# Do a DELETE on a BIND
|
|
TYPE=DELETE
|
|
URL=http://regression.host/caldav.php/user4/base/user3/
|
|
AUTH=user4:user4
|
|
HEAD
|
|
|
|
QUERY
|
|
SELECT dav_name, bind_id, bound_source_id, dav_owner_id, parent_container, dav_displayname
|
|
FROM dav_binding
|
|
WHERE dav_name ~ '/user4/base/'
|
|
ENDQUERY
|