Facebook Graph API - delete like - Stack Overflow
stackoverflow.com
Yes, likes don't have an ID in the Graph API. You like or unlike an item by
POSTing or DELETEing to {item_id}/likes , where {item_id} is ...