Unfollow User
DELETE/users/:user-id/following/:target-user-id
Unfollow the given user from the target user. Successful request will return 204 No Content
.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15005 | The requested user cannot not be unsubscribed because they are not subscribed |
Responses
- 204
- 403
Successful Request. No Body Returned.
The requested user cannot not be unsubscribed because they are not subscribed