Path Parameters
ID of the user to unfollow
Response
Returns 204 No Content on success with no response body
Error Responses
Invalid User ID - 400 Bad Request
Invalid User ID - 400 Bad Request
Self-Unfollow Attempt - 400 Bad Request
Self-Unfollow Attempt - 400 Bad Request
Not Following - 404 Not Found
Not Following - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Removes the follow relationship between the authenticated user and the specified user
- Returns 204 No Content on successful unfollow with no response body
- Cannot unfollow yourself
- Returns 404 if no follow relationship exists
- Rate limiting: 75 requests per 5 minutes