Delete Vendor payment

Deletes a vendor payment.

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

Required scope: vendor_payments:delete

Path Params

uuidstringrequired

Vendor payment UUID

Responses

200OK

Vendor payment deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor payment was not found.