Delete Vendor

Deletes a vendor.

DELETEhttps://api.tracksales.co/api/v1/vendors/{uuid}

Required scope: vendors:delete

Path Params

uuidstringrequired

Vendor UUID

Responses

200OK

Vendor deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor was not found.