---
title: "Store Delete"
method: POST
path: "/api/Valor/deletestore"
---

# Store Delete

`POST /api/Valor/deletestore`

## Request body

- object
  - `mailId` string, required — E-mail id or username of the parent ISO account - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `SubmailId` string, required — Submail / Username of the Sub ISO office - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `userName` string, required — Merchant user name (Alphanumeric length of 25 chars)
  - `passCode` string, required — The password of the office login on which the merchant to be boarded
  - `store_id` integer[], required — Merchant store Id (Max length of chars 11)

## Response `200`

200

- object
  - `status` boolean
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/valorpaytech/apis/ecommerce-api.md) · [All operations](https://skmtc.net/valorpaytech/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valorpaytech/ecommerce-api/revisions/c6468b606325/schema)
