Delete

Allows you to delete a namespace

Usage

npx wgc namespace delete [name]

Description

The npx wgc namespace delete command allows you to delete a namespace within the organization.

Parameters

  • [name]: The name of the namespace you want to delete.

Options

  • -f, --force: An optional flag that allows you to force delete the namespace without being prompted for confirmation.

Example

  1. Delete a namespace named "production"

    npx wgc namespace delete production

Last updated

Was this helpful?