DocsAPI ReferencePost/bff/post/delete
postPostAdmin BFF

/bff/post/delete

Sets deleted_date on the post. The post is hidden from all public views but remains in the admin list.

PostpostBffPostDelete

Parameters

1 body

1 total
Body · 1
idstringRequired

Post external ID to soft-delete.

Request

POST /bff/post/delete

post
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"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key