---
title: store delete
description: Delete a dev store.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-delete'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-delete.md'
api_name: shopify-cli
---

# store delete

Deletes a dev store from your organization.

#### Flags

The following flags are available for the `store delete` command:

* **-s, --store \<value>**

  **string**

  **required**

  **env: SHOPIFY\_FLAG\_STORE**

  The myshopify.com domain of the store.

* **--no-color**

  **env: SHOPIFY\_FLAG\_NO\_COLOR**

  Disable color output.

* **--organization-id \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_ORGANIZATION\_ID**

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

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

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

* **-f, --force**

  **env: SHOPIFY\_FLAG\_FORCE**

  Skip confirmation. Required if non interactive.

* **-j, --json**

  **env: SHOPIFY\_FLAG\_JSON**

  Output the result as JSON. Automatically disables color output.

Examples

### Examples

* ####

  ##### store delete

  ```sh
  shopify store delete [flags]
  ```

***
