APIwriteDeletepostryft.deletePost() Allow authenticated user to delete their post. Only users who created the post can call this function. let res = await ryft.deletePost(id); Parameters Returns { status: 200, result: "Success Updating Post" }CreatepostEditpost