According to the docs, you should get deletions in the stream, they should look like this:
{"delete":{"status":{"id":1234,"id_str":"1234","user_id":3,"user_id_str":"3"}}}
UPDATE: I did some tests to find out what was going on. First, I tried the filter URL with the track parameter, just like you, and confirmed the same behavior as you. Then I tried the URL with the "follow" setting, for example:
http:
When I try to do this, I get both tweets and their delete messages. It's hard to know for sure without asking Twitter, but I wonder if you just donβt delete at all when using the track parameter, or if this is another problem in these lines.
source share