Fires whenever a Channel unpublishes a tier.

Using Socket.IO this benefit can be listened to as follows:

socket.on('tier-unpublished', function(data){
    //Do stuff.
});

The analogue of the tier-published event. Fires when a channel unpublishes a tier. The response object is identical to tier-published.