---
title: "Merchant Delete"
method: POST
path: "/api/valor/delete"
---

# Merchant Delete

`POST /api/valor/delete`

## Headers

- `Authorization` string, required
- `isv-secret-key` string

## Request body

- object
  - `userName` string — ISO user name (Alphanumeric length of 25 chars)
  - `mp_id` string, required — It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)

## Response `200`

200

- object
  - `status` boolean
  - `message` string
  - `code` integer

## 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)
