Parameters
JSON body
Request body
application/jsongroupCodestringRequiredOrder group code.
Example
defaultstatusCodestringRequiredStatus code to remove from the group.
Example
odeslanoUnlinks a workflow status from an order group.
JSON body
groupCodestringRequiredOrder group code.
defaultstatusCodestringRequiredStatus code to remove from the group.
odeslano1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/workflow/remove-group-status
curl -X POST "https://api.bizkithub.com/bff/workflow/remove-group-status" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"groupCode": "default",
"statusCode": "odeslano"
}'All BizKitHub public API endpoints require authentication via API key.