delete_post
ActiveTool of SendIt
declared in 0.1.0
Delete a published post from a platform. Supports: X, Facebook, LinkedIn, Threads, YouTube, Pinterest, Bluesky, Mastodon, Telegram. Provide the post ID (database ID returned when published through SendIt), the platform post ID, or the post URL.
Parameters schema
{
"type": "object",
"required": [
"platform",
"postId"
],
"properties": {
"postId": {
"type": "string",
"description": "Post identifier: database ID, platform post ID, or post URL"
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"platform": {
"enum": [
"x",
"facebook",
"linkedin",
"linkedin-page",
"threads",
"youtube",
"pinterest",
"bluesky",
"mastodon",
"telegram"
],
"type": "string",
"description": "Platform to delete from"
}
}
}Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries