Skip to main content
DELETE
/
v0
/
plugins
Delete a plugin
curl --request DELETE \
  --url https://controller.platform.simplecloud.app/v0/plugins \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>'
{
  "message": "<string>",
  "name": "<string>",
  "plugin_id": "<string>"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

plugin_id
string
required

Plugin ID

Response

OK

message
string
name
string
plugin_id
string