Unfollow
POST /api/v1/unfollow
Note: It is for unfollwing a user. A successful request would remove the target user from the list of following of the caller. Meanwhile, the caller would be removed from the target user's list of followers as well.
Header
Field
Type
Remarks
Authorization
String
Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is the result returned by /api/v1/auth
Request Parameters
Field
Type
Remarks
address
String
The target user's relationId or address
Request Example
Response Parameters
Field
Type
Remarks
code
String
the Return Code
desc
String
the Return Message
data
Object
the Data
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
Last updated