Skip to main content
DELETE
/
comments
/
{comment}
curl -X DELETE "https://postsyncer.com/api/v1/comments/456" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

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

comment
integer
required
Numeric id of the comment to delete.
curl -X DELETE "https://postsyncer.com/api/v1/comments/456" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

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

Errors

401 · 403 · 404 See Comments overview.