---
title: "删除插件"
method: DELETE
path: "/api/v1/plugins/{author}/{plugin_name}"
tags: ["Plugins"]
---

# 删除插件

`DELETE /api/v1/plugins/{author}/{plugin_name}`

异步删除插件，返回任务 ID。

## Path parameters

- `author` string, required
- `plugin_name` string, required

## Query parameters

- `delete_data` boolean

## Response `200`

成功

- object
  - `code` integer
  - `data` object
    - `task_id` integer

---

[API](https://skmtc.dev/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.dev/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/revisions/2384dee8c36a/schema)
