diff --git a/vault/logical_system_paths.go b/vault/logical_system_paths.go index 53a3c20d3..0d334652b 100644 --- a/vault/logical_system_paths.go +++ b/vault/logical_system_paths.go @@ -956,12 +956,6 @@ func (b *SystemBackend) internalPaths() []*framework.Path { Type: framework.TypeString, Description: "Context string appended to every operationId", }, - "generic_mount_paths": { - Type: framework.TypeBool, - Description: "Use generic mount paths", - Query: true, - Default: false, - }, }, Callbacks: map[logical.Operation]framework.OperationFunc{ logical.ReadOperation: b.pathInternalOpenAPI,