Block third party cookies from one specific party

I am on Next.js 14 and want to block a very specific cookie example coming from origin example.xyz.

Surprisingly, I did not find anything online about this, but I am certain I should be able to block such cookie from being sent to my users?

Thanks!