delete (del)

Description

Deletes a child object from the current object.

Use the list (ls, dir) command to view the children of the current object.

Identify the child object to delete by name or ID.

Syntax

del {name|id object_id}
  • name: Child object name. To view the children of the current object, issue a list command.
  • id: Literal. Indicates deleting by object ID.
  • object_id: Required argument when deleting by ID. The object_id is the numerical ID of the child to delete.

Examples

  • To delete an application named App1:
    AllApplications>> Delete App1
  • Delete a project with ID 40:
    AllApplications\App1>> Delete id 40