¿How to return custom status codes on some urls?

I have an Angular SSR deployed in Vercel and for some urls I want to return in the response a 410 status code, but I don`t really now how to manage 

That’s more of an Angular question, but you should be able to include a status code on the response. This looks like the kind of guide that can help:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.