Not sure about the meaning of the delete symbol you mention but
If you do not map that char it becomes separator. If you want to collapse token on that char you could use ignore_chars index option.
ie no A in charset then chAir token tokenized as ch and ir tokens
if A in ignore_chars then chAir token tokenized as chir token