Delete Store
Permanently delete a store under a merchant account.
danger
Deletion is irreversible. Once a store is deleted, it cannot be restored.
When to Use
▾
Use this endpoint when:
- A store has permanently closed
- Removing a duplicate or test store
- Decommissioning an outlet
How to Use
▾
Endpoint
DELETE
/v3/store/{store_id}Step 1: Get the Store ID
▾
Retrieve storeId from Get All Stores.
Step 2: Send the DELETE Request
▾
Pass storeId as a path parameter — /v3/store/{storeId}. No body required.
Step 3: Verify the Response
▾
A "SUCCESS" code confirms deletion.
Request Parameters
▾
Pass storeId as a path parameter. No body.
Response Parameters
▾
`"SUCCESS"` if the deletion succeeded. Otherwise returns an error code. See [Error Codes](../../error-codes).
Example: "SUCCESS"