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

# Store Delete

`POST /api/valor/deletestore`

## Headers

- `Authorization` string

## Request body

- object
  - `userName` string — Merchant user name (Alphanumeric length of 25 chars)
  - `store_id` integer[], required — Merchant store Id (Max length of chars 11)
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)
  - `isv-secret-key` string — ISV secret key

## Response `200`

200

- object
  - `message` string
  - `status` boolean
  - `code` integer
  - `data` 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)
