跳转到主要内容
DELETE
/
api
/
v1
/
plugins
/
{author}
/
{plugin_name}
删除插件
curl --request DELETE \
  --url http://localhost:5300/api/v1/plugins/{author}/{plugin_name} \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "task_id": 123
  }
}

授权

X-API-Key
string
header
必填

路径参数

author
string
必填
plugin_name
string
必填

查询参数

delete_data
boolean
默认值:false

是否同时删除插件数据

响应

200 - application/json

成功

code
integer
示例:

0

data
object