Skip to main content

diagrid appid delete

Delete one or more App IDs

Description

Delete one or more App IDs from a project.

diagrid appid delete <app-id...> [flags]

Examples


# Delete a single App ID
diagrid appid delete my-appid --project my-project

# Delete multiple App IDs
diagrid appid delete my-appid1 my-appid2 --project my-project

Options

-p, --project string Name of existing project
-w, --wait Wait for long-running resource deletion to finish
--approve Skip confirmation prompt
-y, --yes Skip confirmation prompt
-h, --help help for delete

Options inherited from parent commands

--api-key string Diagrid Cloud API key

SEE ALSO