Documentation Index
Fetch the complete documentation index at: https://docs.dropcv.work/llms.txt
Use this file to discover all available pages before exploring further.
candidate_delete 把一个候选人从人才库永久删除,连带其向量 embedding 等关联记录一并级联删除。
参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
candidate_id | uuid | 是 | 要删除的候选人 ID |
返回
CANDIDATE_NOT_FOUND (404)。
示例
权限
需要 write 权限。审计
每次删除都会写入审计,可在 设置 → 用量 按invocation_id 查询调用方和时间。
