plugin runtime deregister
Deregister an existing plugin runtime in the catalog with the given name. Returns an error if a registered plugin references the named plugin runtime or the named runtime does not exist.
Limited type support
Support for runtime types is currently limited to `container`.Examples
Deregister a plugin:
Usage
The following flags are available in addition to the standard set of flags included on all commands.
-type
(string: <required>)
- Plugin runtime type. Vault currently only supportscontainer
runtime type.