ControlTier > core
 

delete

Command Reference

Description

Delete a resource

Deletes a WebDAV resource or a resource collection.

Delete instructs that the collection specified in the URL and all resources identified by its internal member URLs are to be deleted.

static: This command can be run outside of an object context.

Usage

ctl -m davutil -c delete [-password <>] -url <> [-username <>]

Options

Option Description Type Default
password DAV user name string ${entity.attribute.password}
url resource url

Supports the dav:// shortcut schema.

string
username DAV user name string ${entity.attribute.username}