US Trends

how to unfavorite offsale clothings items roblox

To unfavorite an off-sale clothing item on Roblox, the usual method is to open the item’s page and click remove from favorites, but that often fails for deleted or off-sale items because Roblox sends you to a generic catalog page instead. A common workaround is to use Roblox’s own API/legacy catalog favorites endpoint to delete the favorite directly, which has been reported to work for content-deleted items as well.

What usually works

  1. Open the item’s catalog page if it still exists.
  2. Click the favorite button again to unfavorite it.
  3. If Roblox redirects or the page is gone, use the direct API workaround instead.

Workaround for off-sale or deleted items

  • Go to Roblox’s legacy API docs for catalog favorites.
  • Find the DELETE favorites route.
  • Enter your user ID and the item ID.
  • Execute the request to remove the favorite.

Important limitation

If the item is fully deleted or moderated, Roblox may not let you remove it through the normal UI, which is why people use the API workaround. That limitation has been discussed by users who found the direct unfavorite path missing for deleted/off-sale assets.

Safe note

Avoid random “secret link” videos or scripts for this, because some are misleading or unsafe. Stick to Roblox’s own endpoints and your own account session.

TL;DR: Try removing it from the item page first; if Roblox won’t open the item, use the direct Roblox favorites DELETE route with your user ID and the asset ID.