curl --location --request DELETE '/api/v1/plugin' \
--header 'Content-Type: application/json' \
--data '{
"id": [
"string"
]
}'{
"code": 0,
"msg": "ok",
"data": [
{
"id": "string",
"type": 1,
"name": "string",
"pluginName": "string",
"author": "string",
"description": "string",
"readme": "string",
"base": "string",
"main": "string",
"web": "string",
"version": "string",
"logo": "string",
"homepage": "string",
"isActive": true,
"createdAt": 0,
"updatedAt": 0
}
]
}