std.DeleteObject
This job identifies an object (document, register, folder) via the specified parameters and deletes it.
The parameters dwParentID and dwParentType are only considered for documents.
If a document has multiple entries in the sdrel table and dwParentID = 0 and dwParentType = 0, all entries in this table will be deleted.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
Deletion method: |
|
INT |
Yes |
ID of the object |
|
INT |
Yes |
Type of the object to be deleted |
|
INT |
Yes |
ID of the parent object |
|
INT |
Yes |
Type of the parent object |
|
STRING |
No |
|