Request to sanitize a folder publish directory
| name | data type | constraints | description |
|---|---|---|---|
| nodeId | number | required int | ID of the node/channel of the folder |
| publishDir | string | Publish directory to be sanitized |
Example
{
"nodeId" : 1,
"publishDir" : "..."
}