Users
Unfollow User
Causes the source User to unfollow the target User. The source User must match the User context authorizing the request
delete/2/users/{source_user_id}/following/{target_user_id}
Path parameters
source_user_idstring required
Unique identifier of this User. The value must be the same as the authenticated user.
Example:2244994945
The ID of the authenticated source User that is requesting to unfollow the target User.
target_user_idstring required
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Example:2244994945
The ID of the User that the source User is requesting to unfollow.
Response
The request has succeeded.