> ## Documentation Index
> Fetch the complete documentation index at: https://docs.postsyncer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete comment

> Delete a comment and sync removal to the network when applicable

## Delete comment

Rules match the product: internal/public-share comments you own can be removed; social threads use the same platform delete flow as the UI.

### Path

<ParamField path="comment" type="integer" required>
  Numeric id of the comment to delete.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE "https://postsyncer.com/api/v1/comments/456" \
    -H "Authorization: Bearer YOUR_API_TOKEN"
  ```
</RequestExample>

### Response

`200` with `{ "message": "Comment deleted successfully" }`.

### Errors

`401` · `403` · `404`

See [Comments overview](/api-reference/comments/overview).
