Removes a schema.
Remove-Schema [-Name] <String> [<CommonParameters>]
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String | The name of the schema. |
true | false |
Remove-Schema -Name 'rivetexample'
Drops/removes the rivetexample
schema.