POST
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
balance
/
burn
curl --request POST \
  --url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/balance/burn \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 100,
  "description": "Vendor used the money for other ads"
}'
This response does not have an example.

Path Parameters

external-vendor-id
string
required

The External ID of the Vendor to retrieve.

Minimum length: 1

Body

application/json

Basic request payload for Burning Balance.

Response

204

Successful Response