{
"paths": [
{
"path": "string",
"type": "string"
}
]
}curl --location --request DELETE 'http://127.0.0.1:5700/api/scripts/batch' \
--header 'Content-Type: application/json' \
--data '{
"paths": [
{
"path": "string",
"type": "string"
}
]
}'