Dealing with Expired Channels in Windows Azure Mobile Services

Obviously getting a new channel URI is ideal, but the app has to do that on the client (and will) next time the user runs the app.  In the mean time, I want to delete this channel because it's useless.   In my script which sends the notifications, we'll examine the result on the callback and either delete the channel if expired, or, if success, send a badge update because that's needed, too.