curl --request DELETE \
--url https://api.surefeedback.com/api/v1/board/workflow \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"organization_id": "<string>"
}
'{
"success": true,
"message": "Workflow reset to defaults"
}
Reset the Kanban workflow to default statuses.
curl --request DELETE \
--url https://api.surefeedback.com/api/v1/board/workflow \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"organization_id": "<string>"
}
'{
"success": true,
"message": "Workflow reset to defaults"
}
Was this page helpful?