Reddit

REDDIT_DELETE_REDDIT_COMMENT

Deletes a Reddit comment, identified by its fullname ID, if it was authored by the authenticated user.

Remote reddit

Other tools also called REDDIT_DELETE_REDDIT_COMMENT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "examples": [
        "t1_c0s4w1c"
      ],
      "description": "The full 'thing ID' (fullname, e.g., 't1_c0s4w1c') of the comment to delete; typically starts with 't1_'."
    }
  }
}
          

Provider

Reddit →