Skip to content

Delete Plugin

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

Uninstall the specified plugin

Authorizations

BearerAuth

Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>

TypeHTTP (bearer)

Parameters

Path Parameters

author*

Plugin author

Typestring
Required
plugin_name*

Plugin name

Typestring
Required

Query Parameters

delete_data

Whether to delete plugin data

Typeboolean
Defaultfalse

Responses

Deletion task created

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"task_id": "string"
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI