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
- 200
- 401
- 404
- 500
User unfollowed successfully
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Whether the operation was successful
transaction_hash string
The blockchain transaction hash
{
"success": true,
"transaction_hash": "string"
}
Unauthorized
User not found
Server error
Loading...