Skip to main content
DELETE
/
v1
/
sellers
/
{id}
Deletar recebedor por 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 '
{
  "$ref": "#/components/schemas/DeleteSellerRequest"
}
'
{
  "error": {
    "type": "api_error",
    "declinedCode": "<string>",
    "message": "<string>",
    "details": "<array>"
  }
}

Authorizations

X-Client-Id
string
header
required
X-Api-Key
string
header
required

Path Parameters

id
string<uuid>
required

ID do seller

Body

application/json
merchantId
string
required

Identificação do merchant

Response

Delete