BizKitHub
DocsAPI ReferenceFeed/bff/feed/comment-delete
postFeedAdmin BFF

/bff/feed/comment-delete

Soft-delete a comment (author only)

FeedpostBffFeedComment-delete

Parameters

JSON body

Request body

application/json
externalIdstringRequired
Length: 1616

Response schema

1 status code documented

200Success
state"ok" | "not-found" | "forbidden"Required

Response example

application/json
{}

Request example

POST /bff/feed/comment-delete

post
curl -X POST "https://api.bizkithub.com/bff/feed/comment-delete" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "externalId": "example_externalId"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key