Skip to main content
DELETE
/
api
/
plugins
/
{name}
Delete Plugin
curl --request DELETE \
  --url http://localhost:8080/api/plugins/{name}
{
  "message": "<string>"
}

Path Parameters

name
string
required

Response

200 - application/json

Plugin deleted successfully

message
string