Skip to main content
DELETE
Delete Follow
Remove an existing follow relationship between the authenticated user and the specified user.

Path Parameters

userId
string
required
ID of the user to unfollow

Response

Returns 204 No Content on success with no response body

Error Responses


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