RemoveSystemOwnedPluginRequest

The [RemoveSystemOwnedPlugin][ApiHub.RemoveSystemOwnedPlugin] method's request.

JSON representation
{
  "name": string,
  "force": boolean
}
Fields
name

string

Required. The name of the Plugin resource to delete. Format: projects/{project}/locations/{location}/plugins/{plugin}

force

boolean

Optional. If set to true, any plugin instances for this plugin will also be deleted (otherwise, the request will only work if the plugin has no plugin instances.)