@Breemcc Setting up a 410 redirect would be the best option here, I've found.
A 410 redirect is a type of HTTP status code that tells search engines that a page has been deleted permanently and that there is no replacement for it. This is different from a 301 redirect, which tells search engines that a page has been moved to a new location.
Google recommends using 410 redirects for deleted categories in an online store because they help to improve the user experience and the search engine's ability to index the website.
When a user clicks on a link to a deleted category, they will be redirected to a 410 page. This page will tell them that the category has been deleted and that there is no replacement for it.
This is a better experience than having the user land on a 404 page, which is a page that does not exist. Especially since you can control the UX of the page to deliver better suggestions for the user that are current.