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

Path Parameters

name
string
required

Plugin name

Response

Plugin deleted successfully

Simple message response

message
string