Uncatalogs resources from their parent directories.

{
"operationName": "remove",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2MjQ3Nn0.io9Nb3yXtSsmtBYUDN9Y56ZHpmW7Khfe4EuuZRNtme4"
},
"operationArguments": {
"forceRemove": true,
"scmResources": [
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\wtest10",
"comment": "remove"
}
]
}
}
operationName: string

Name of the operation.

"remove"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzE2MjQ3Nn0.io9Nb3yXtSsmtBYUDN9Y56ZHpmW7Khfe4EuuZRNtme4"
operationArguments: object
forceRemove: boolean
true
scmResources: object[]

List of resource path names to operate on.

[
{
"resourcePath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001\AutoTestCVOB001\Windows\Web View\wtest10",
"comment": "remove"
}
]
resourcePath: string

Path to the view root or any resource in the view.

comment: string

Comment for the operation.