cURL
curl --request DELETE \ --url http://localhost:5300/api/v1/plugins/{author}/{plugin_name} \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "ok", "data": { "task_id": "<string>" } }
Uninstall the specified plugin
Bearer token authentication. Can be either a user JWT token or an API key. Example: Authorization: Bearer <token_or_key>
Authorization: Bearer <token_or_key>
Plugin author
Plugin name
Whether to delete plugin data
Deletion task created
0
"ok"
表示 子属性