Parameters
JSON body
Request body
application/jsonidstringRequiredPost external ID to soft-delete.
Sets deleted_date on the post. The post is hidden from all public views but remains in the admin list.
JSON body
idstringRequiredPost external ID to soft-delete.
1 status code documented
success"true"Requiredsuccess"false"RequiredmessagestringRequired{
"success": true
}POST /bff/post/delete
curl -X POST "https://api.bizkithub.com/bff/post/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id"
}'All BizKitHub public API endpoints require authentication via API key.