Question Follow DELETE Resource

Unfollow a question

DELETE /questions/:id/follow

Unfollow the specified question.

Response

{
    "is_following": false,
    "has_unfollowed": true,
    "question": "/questions/42",
    "user": "/users/12"
}