> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reset workflow

> Reset the Kanban workflow to default statuses.

Deletes the custom workflow configuration and reverts to the platform's default statuses.

## Request body

<ParamField body="organization_id" type="string">
  UUID of the organization. Defaults to the user's active organization.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Workflow reset to defaults"
  }
  ```
</ResponseExample>
