Skip to main content
DELETE
/
v1
/
platform
/
businesses
/
{business_id}
/
vendor-refunds
/
{refund_id}
Delete vendor refund
curl --request DELETE \
  --url https://sandbox.thredfi.com/v1/platform/businesses/{business_id}/vendor-refunds/{refund_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "error_code": "<string>",
  "message": "<string>",
  "detail": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Business-scoped JWT token. Token payload includes business_id to automatically scope requests. Format: Bearer <your-jwt-token>

Use this for: Business-specific operations where the business context is embedded in the token.

Path Parameters

business_id
string
required
refund_id
string<uuid>
required

A UUID string identifying this vendor refund.

Response

No response body