Skip to main content

Unfollow User

DELETE 

/users/:id/follow

Unfollow a user

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Responses

User unfollowed successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...