---
title: "Delete a comment from a LinkedIn post"
method: DELETE
path: "/linkedin-comments"
tags: ["LinkedIn Analytics"]
---

# Delete a comment from a LinkedIn post

`DELETE /linkedin-comments`

Remove a comment from a LinkedIn post.
Parameters can be provided as query parameters or in the request body.

## Query parameters

- `postedId` string
- `commentId` string
- `platformId` string

## Request body

- object
  - `postedId` string
  - `commentId` string
  - `platformId` string

## Response `200`

Comment deleted

- object
  - `success` boolean
  - `deleted` string — Comment ID that was deleted

## Other responses

- `400` — Invalid request
- `404` — LinkedIn connection not found
- `500` — Server error

---

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