Delete Blog Comment
Powered by VitePress OpenAPI
Delete a blog comment.
Auth: session.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
commentId | path | string | Yes | Comment id |
Request Body
None.
Response 200
json
{
"data": { "id": "com_2", "deleted": true },
"user_context": { "authenticated": true },
"meta": {}
}Response Errors
401missing session403not allowed404comment not found
Notes
- Supports author deletion and moderation cleanup.
- Use this instead of hard deleting unrelated records.