Operation NuxeoDrive.Delete (Nuxeo Drive: Delete)
Operation id | NuxeoDrive.Delete |
---|---|
Category | Services |
Label | Nuxeo Drive: Delete |
Requires | |
Since |
Parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
id | string | yes |
Signature
Inputs | void |
---|---|
Outputs | void |
Implementation Information
Implementation Class | Javadoc: org.nuxeo.drive.operations.NuxeoDriveDelete |
---|---|
Contributing Component | org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation |
JSON Definition
{ "id" : "NuxeoDrive.Delete", "label" : "Nuxeo Drive: Delete", "category" : "Services", "requires" : "", "description" : "", "url" : "NuxeoDrive.Delete", "signature" : [ "void", "void" ], "params" : [ { "name" : "id", "description" : null, "type" : "string", "required" : true, "widget" : "", "order" : 0, "values" : [ ] } ] }