GET http://[host-proxy]/api/tool/CascadeDelete/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"delete_hierarchy": {
"is_password": false,
"title": "Cascade Delete Hierarchy",
"required": false,
"choices": [
{
"value": "",
"title": ""
}
],
"readonly": false,
"type": "string",
"format": "uri",
"target": "/api/data/HierarchyNode/choices/?hierarchy=[hierarchy]&traversal=local"
},
"move_on_error": {
"title": "Move to Parent On Error",
"required": false,
"type": "boolean",
"description": "When set, resources that cannot be deleted at the given hierarchy will be moved up to the parent hierarchy"
}
}
}