-
Versions
Concepts
Resources
- Attachment
- Bulk-Export
- Bulk-Import
- Comment
- Countries
- Notification
- Question
- Question Follow
- Question Forward
- Question Updates
- Search
- Share content
- Solution
- Tag
- User
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"
}