Expo notification server is not invalidating old push tokens

I am saving to my database every new push token created by an end user device. Once I send a notification to an Android device, only one notification is received. But on iOS I’m getting the same amount of notifications as saved tokens, which means the expo server doesn’t invalidate old tokens for iOS.

Can someone help me? How can I invalidate old tokens?