DELETE
/
v1
/
sellers?id
curl --request DELETE \
  --url 'https://api.malga.io/v1/sellers?id=' \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-Id: <api-key>' \
  --data '{
  "properties": {
    "merchantId": {
      "type": "string",
      "required": true,
      "description": "Identificação do merchant"
    }
  },
  "required": [
    "merchantId"
  ],
  "example": {
    "merchantId": "4dbe1e43-7605-4e71-8973-76cfe16ce496"
  }
}'
This response has no body data.

Authorizations

X-Client-Id
string
headerrequired
X-Api-Key
string
headerrequired

Path Parameters

id
string
required

ID do seller

Body

application/json
merchantId
string
required

Identificação do merchant