Skip to main content
DELETE
/
v1
/
merchants
/
{merchantId}
/
platform-fee
/
{platformFeeId}
Deletar uma regra de platform fee pelo ID
curl --request DELETE \
  --url https://api.malga.io/v1/merchants/{merchantId}/platform-fee/{platformFeeId} \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-Id: <api-key>'

Authorizations

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

Path Parameters

merchantId
string<uuid>
required

Identificador do merchant

platformFeeId
string<uuid>
required

Identificador da regra de platform fee

Response

Regra deletada com sucesso