delete_opportunity_note
Delete a Lever note via DELETE /opportunities/:opportunity/notes/:noteId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON body to send to the documented Lever endpoint. | |
| reason | No | Reason for this Lever write. | Requested through Lever Ops Control Plane. |
| confirm | No | Set false only when you explicitly want to block execution. | |
| dry_run | No | When true, preview the write without sending it to Lever. | |
| note_id | Yes | Lever note ID. | |
| perform_as | Yes | Lever user ID for perform_as when the Lever endpoint needs one. | |
| opportunity_id | Yes | Lever opportunity ID. |