DocsAPI ReferencePost Category/bff/post-category/delete
postPost CategoryAdmin BFF

/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

1 total
Body · 1
idstringRequired

Category external ID to delete.

Request

POST /bff/post-category/delete

post
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.

Get API Key