Function DeletePost

  • Deletes a post from a blog.

    Parameters

    • token: string

      OAuth2 token from Tumblr

    • blogIdentifier: string

      Identifier of the blog to delete the post from

    • postId: string

      ID of the post to delete

    Returns Promise<boolean>

Generated using TypeDoc