/bff/post-category/delete
Soft-deletes a post category by setting deleted_date. The category disappears from all listings. Fails if the category has non-deleted child categories or assigned posts — these must be moved or deleted first. This is different from toggle-active, which only hides the category without removing it.
Post CategorypostBffPost-categoryDelete
Parameters
1 body
Body · 1
idstringRequiredCategory external ID to delete.
Request
POST /bff/post-category/delete
curl -X POST "https://api.bizkithub.com/bff/post-category/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "abc123def456ghij"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.