BizKitHub
DocsAPI ReferenceIssue/bff/issue/status/delete
postIssueAdmin BFF

/bff/issue/status/delete

Remove a custom status. System rows cannot be deleted. Callers must repoint any issues currently using the status before deleting; otherwise the delete fails on the FK constraint.

IssuepostBffIssueStatusDelete

Parameters

JSON body

Request body

application/json
idnumberRequired

Status ID to delete.

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/issue/status/delete

post
curl -X POST "https://api.bizkithub.com/bff/issue/status/delete" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": 0
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key