/bff/workflow/remove-group-template
Unlinks an email template from a specific status within an order group.
WorkflowpostBffWorkflowRemove-group-template
Parameters
3 body
Body · 3
groupCodestringRequiredOrder group code.
statusCodestringRequiredStatus code to unlink the template from.
templateCodestringRequiredEmail template code to remove.
Request
POST /bff/workflow/remove-group-template
curl -X POST "https://api.bizkithub.com/bff/workflow/remove-group-template" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"groupCode": "default",
"statusCode": "odeslano",
"templateCode": "order-shipped-cs"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.