---
title: "Delete a comment (POST alias)"
method: POST
path: "/uploadposts/comments/delete"
tags: ["Instagram Interactions"]
---

# Delete a comment (POST alias)

`POST /uploadposts/comments/delete`

POST alias of DELETE /uploadposts/comments/delete, for clients that cannot send a body with DELETE. Same body and behavior.

## Request body

- object
  - `platform` 'instagram' | 'facebook' | 'youtube' | 'linkedin', required — Target platform. TikTok is not supported.
  - `user` string, required — Profile username as configured in Upload-Post.
  - `comment_id` string, required — ID of the comment to delete.
  - `post_id` string — Required for LinkedIn only — the post URN (urn:li:ugcPost:...) the comment belongs to.

## Response `200`

Comment deleted successfully.

## Other responses

- `400` — Missing fields, LinkedIn without post_id, or an unsupported platform.
- `403` — The connected account lacks the required scope, or you do not own the comment.
- `500` — Internal server error.

## Changes

- **2026-07-26** `b25e2a444745` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/upload-post/apis/upload-post-api/changes/uploadposts/comments/delete/post.md)

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
