Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request DELETE \ --url http://localhost:8080/api/plugins/{name}
{ "message": "<string>" }
Removes a plugin from the configuration and stops it if running.
Plugin display name (the config field name, not the internal actualName from GetName())
name
actualName
Plugin deleted successfully
Simple message response
Was this page helpful?