v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Ecommerce: Stores

Delete store

Soft-delete a store owned by your account.

The underlying store data is preserved; only the store is marked as deleted.

delete/api/ecommerce/v1/stores/{store_id}

Path parameters

store_idstring required
Example:store_01J8Z5F8W9K8M4A7B3C2D1E0FG

The ID of the store to delete.

Response

Success response

idstring

The ID of the deleted store.

is_deletedboolean

Always true when the store was soft-deleted.

Example response

{
  "id": "store_01J8Z5F8W9K8M4A7B3C2D1E0FG",
  "is_deleted": true
}