Delete Vendor credit

Deletes a vendor credit.

DELETEhttps://api.tracksales.co/api/v1/vendor-credits/{uuid}

Required scope: vendor_credits:delete

Path Params

uuidstringrequired

Vendor credit UUID

Responses

200OK

Vendor credit deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor credit was not found.