---
title: "Reset Drive Matter Profile"
method: POST
path: "/developer/transcript-filing/drive-matters/{drive_matter_id}/reset-profile"
tags: ["Developer", "Developer - Transcript Filing"]
---

# Reset Drive Matter Profile

`POST /developer/transcript-filing/drive-matters/{drive_matter_id}/reset-profile`

Clear a matter's extracted profile and per-file extraction bookkeeping.

The correction path for a bad extraction: profiles are merge-only, so a
misextracted name would otherwise steer matching forever. Resetting
clears the profile and marks every file un-extracted; the next extraction
run rebuilds the profile from scratch.

## Path parameters

- `drive_matter_id` string, uuid, required

## Response `200`

Successful Response

- DriveMatterItem — One mirrored matter folder, for the developer mirror browser.
  - `drive_matter_id` string, uuid, required
  - `drive_folder_id` string, required
  - `parent_folder_id` string, nullable
  - `depth` integer, required
  - `name` string, required
  - `folder_path` string, required
  - `child_file_names` string[], nullable
  - `child_folder_names` string[], nullable
  - `is_active` boolean, required
  - `last_seen_at` string, date-time, nullable
  - `matter_status` string, nullable
  - `source_folder_id` string, nullable
  - `profile` object, nullable
  - `profile_updated_at` string, date-time, nullable
  - `profile_attempted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
