delete Post A N D User Followed From Users D B
fun deletePostANDUserFollowedFromUsersDB(postId: String, delUserFF: Boolean)
Content copied to clipboard
Deletes a post and its related data (i.e., bookmark, highlight, and upvote status) from the database.
Parameters
postId
Unique identifier of the post being deleted.
delUserFF
true
if the post was and its related data was successfully deleted; false
, otherwise.