Aaron G. said:
So now I am out of ideas as to how to "get rid of" these tokens that I'm making. (Rather than clicking and deleting them manually, I mean.)
Nag Riley? =)
Another option, which may or may not be viable depending on what you're trying to accomplish, would be to pool the tokens. In other words, when you "delete" the token, add the token's id to a pool array (probably stored in the session, so you can still have it in later weeks and months), shrink it, move it to the GM layer, off the map, etc.
When you need to "create" a token, check to see if the pool has any ids first. If it does, pop the id off the array, and use that token for your new object. If it doesn't have anything pooled, then you actually create a new one.