Stop following this user
DELETE /users/{ref}/follow
DELETE
/users/{ref}/follow
Idempotent unfollow. Returns 204 whether the edge existed or not. Symmetric to followUser; never affects the reverse follow (if the target also follows you, they continue to follow you).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” ref
required
integer format: int64
Responses
Section titled “ Responses ”No longer following (or never was).
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}