Arbortext Command Language > Repository API > dobj_delete
  
dobj_delete
dobj_delete (dobj [, ud])
Deletes the document object possessing the ACL document object handle of dobj . The object is marked as deleted in the repository.
The ud parameter passes user defined data through to the adapter-specific implementation of this function.
If dobj is invalid, or the operation fails, the function sets $main::ioerr and returns a zero (0). If the operation is successful, the function returns a one (1).