Description
This Operation will delete an existing resource object.If cascade is set to true, its a deep delete On successful execution, true is returned. On an exception, the resource is not deleted.
Style
Document
Input (Literal)
The input of this method is the argument deleteResource of type deleteResource having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
resourceUUID |
string |
0..1 |
The UUID of resource object to be deleted |
cascade |
boolean |
1..1 |
flag to determine if its deep delete |
Output (Literal)
The output of this method is the argument deleteResourceResponse of type deleteResourceResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
success |
boolean |
1..1 |
Returns true on success |