Reddit

REDDIT_DELETE_REDDIT_POST

Permanently deletes a Reddit post by its ID, provided the authenticated user has deletion permissions for that post.

Remote reddit

Other tools also called REDDIT_DELETE_REDDIT_POST? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "examples": [
        "t3_1abcdef",
        "t3_gfedcba"
      ],
      "description": "The full name (fullname) of the Reddit post to be deleted. This ID must start with 't3_' followed by the post's unique base36 identifier."
    }
  }
}
          

Provider

Reddit →