Permanently remove a deep research person and every cascaded artifact. Internal UI endpoint.
deep_research_people row owned by the authenticated user. FK cascade removes:
deep_research_reportsdeleteResearchV1.
status is running, the enrichment pipeline is in flight. Consider waiting for completion before deleting — otherwise the report generated by the task will be lost.Idempotency. After a successful delete, listDeepResearchPeople no longer returns the row. A second delete on the same id returns 404.No side effects on the caller’s credit balance. Credits spent on completed runs are not refunded.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Deep research person UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Person and all cascaded data removed.
true