---
title: "Delete comment"
method: DELETE
path: "/v1/inbox/comments/{postId}"
tags: ["Comments"]
---

# Delete comment

`DELETE /v1/inbox/comments/{postId}`

Delete a comment on a post. Supported by Facebook, Instagram, Bluesky, Reddit, YouTube, and LinkedIn.
Requires accountId and commentId query parameters.

## Path parameters

- `postId` string, required

## Query parameters

- `accountId` string, required
- `commentId` string, required

## Response `200`

Comment deleted

- object
  - `success` boolean
  - `data` object
    - `message` string

## Other responses

- `400` — Platform rejected the operation (e.g., comment already deleted)
- `401` — Unauthorized
- `403` — Inbox addon required, or the connected account is not permitted to delete this comment on the platform (code platform_api_error, type platform_error)
- `429` — The connected account's upstream platform quota is exhausted. Reddit rate-limits per connected Reddit user (1000 requests per 10-minute window), and that budget is shared by every operation using that account. Retry after the window resets rather than retrying immediately; repeated calls while exhausted do not succeed and keep the budget spent.
- `502` — Upstream platform error (code platform_api_error, type platform_error)

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
