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
Example response
{
"id": "store_01J8Z5F8W9K8M4A7B3C2D1E0FG",
"is_deleted": true
}