Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Was this page helpful?