Parameters
JSON body
Request body
application/jsonidnumberRequiredStatus ID to 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.
JSON body
idnumberRequiredStatus ID to delete.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/issue/status/delete
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
}'All BizKitHub public API endpoints require authentication via API key.