Skip to main content
DELETE
/
board
/
workflow
Reset workflow
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"
}
Deletes the custom workflow configuration and reverts to the platform’s default statuses.

Request body

organization_id
string
UUID of the organization. Defaults to the user’s active organization.
{
  "success": true,
  "message": "Workflow reset to defaults"
}