---
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, Threads, LinkedIn, Reddit, Bluesky, X (Twitter), YouTube, and TikTok (accounts connected through the TikTok for Business app). Not supported on Google Business (reviews only).
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. Google Ads: writes and reports run on one developer token shared by every Google Ads account on Zernio. The token holds Standard access (no daily operations cap), so this only happens when Google throttles the token or your ad account. The envelope has `code: rate_limited`, `platform: google`, `details.quotaScope: DEVELOPER` (`ACCOUNT` when it is your own ad account's quota), `details.resetsAt` (ISO instant when Google accepts requests again) and `Retry-After` counting down to it. Retrying earlier cannot succeed.
- `502` — Upstream platform error (code platform_api_error, type platform_error)

## Changes

- **2026-09-25** `2c04683ce694` — 4 info
  - added the optional property `details/adAccountId` to the response with the `429` status
  - added the optional property `details/createdObjects` to the response with the `429` status
  - added the optional property `details/stage` to the response with the `429` status
  - added the optional property `details/unconfirmedWrite` to the response with the `429` status
- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `429` status
- **2026-09-15** `0dba7d004d75` — 2 info
  - added the optional property `details/quotaExhausted` to the response with the `429` status
  - added the optional property `details/quotaScope` to the response with the `429` status

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/inbox/comments/:postId/delete.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/b2325332041a?raw)
