Remove-Schema

Removes a schema.

Syntax

Remove-Schema [-Name] <String> [<CommonParameters>]

Parameters

Name Type Description Required? Pipeline Input Default Value
Name String

The name of the schema.

true false

EXAMPLE 1

Remove-Schema -Name 'rivetexample'

Drops/removes the rivetexample schema.