curl -X DELETE "https://postsyncer.com/api/v1/comments/456" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Delete a comment and sync removal to the network when applicable
200
{ "message": "Comment deleted successfully" }
401
403
404
Was this page helpful?