Skip to main content

store delete

Deletes a dev store from your organization.

The following flags are available for the store delete command:

Anchor to -s, --store <value>
-s, --store <value>
string
required
env: SHOPIFY_FLAG_STORE

The myshopify.com domain of the store.

Anchor to --no-color
--no-color
env: SHOPIFY_FLAG_NO_COLOR

Disable color output.

Anchor to --organization-id <value>
--organization-id <value>
string
env: SHOPIFY_FLAG_ORGANIZATION_ID

The numeric organization ID. Auto-selects if you belong to a single organization.

Anchor to --verbose
--verbose
env: SHOPIFY_FLAG_VERBOSE

Increase the verbosity of the output. May include sensitive data.

Anchor to -f, --force
-f, --force
env: SHOPIFY_FLAG_FORCE

Skip confirmation. Required if non interactive.

Anchor to -j, --json
-j, --json
env: SHOPIFY_FLAG_JSON

Output the result as JSON. Automatically disables color output.

Examples

store delete

shopify store delete [flags]

Was this page helpful?