How to delete UserFollowing based on user_id and following_user_id using Django Rest Framework [closed]
relative to this answer How to implement follow and unfollow in Django Rest framework, I will like to know how to delete the UserFollowing(user_id and following_user_id) relationship.
Comments
Post a Comment