curl --location --request DELETE 'http://localhost:5600/open/scripts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename": "string",
"path": "string",
"type": "string"
}'
{
"code": 0
}