deletePost
Allow users to delete their posts
.
Only users who created the post
can call this function.
How to use?
const res = await orbis.deletePost(post_id);
Parameters
post_id
- (stream) ID of the post to delete
Returns
{
status: 200,
result: "Success updating TileDocument."
}