delete_recruiting_review
Delete a recruiting review from Huly using its ID, number, or title. Optionally specify candidate or application to disambiguate.
Instructions
Delete a Recruiting review with Huly removeCollection. review accepts raw _id, RVE-, number, or exact title; candidate/application can disambiguate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review | Yes | ||
| candidate | No | a string that will be trimmed | |
| application | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |