A member has removed an item saved for later or starred an item

Facts

Required scopes

Works with

RTMEvents API
{
	"type": "star_removed",
	"user": "U123ABC456",
	"item": {
		…
	}
	"event_ts": "1360782804.083113"
}

When an item was unstarred, the star_removed event was sent to all connected clients for users who can see the content that was unstarred.

See the stars.list method for details of the structure of the item property.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more