deleteResourceProperty

Delete a resource property

Format

udclient [global-args...] [global-flags...]
  deleteResourceProperty [parameters]

Parameters

Table 1. Request parameters
Parameter Type Required Description
resource string true Path or ID of the resource
name string true Name of the property

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  deleteResourceProperty
  -resource "/My resource"
  -name property1
Note: When you specify the name of the resource, type the complete path to the resource, including the initial '/' character if the resource is not in any higher-level group.

Related REST command: Delete a resource property.


Feedback