<!--
name: 'Tool Description: CronDelete'
description: Default SDK built-in tool description and input schema for CronDelete.
sdkPackage: '@anthropic-ai/claude-agent-sdk@0.3.168'
claudeCodeVersion: '2.1.168'
tool: "CronDelete"
-->
# Tool Description: CronDelete

## Metadata

- Request location: `tools[]`
- Tool name: `CronDelete`
- Input schema properties: `id`

## Description

Cancel a cron job previously scheduled with CronCreate. Removes it from the in-memory session store.

## Input Schema

```json
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "id": {
      "description": "Job ID returned by CronCreate.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "additionalProperties": false
}
```

## Token Impact

<!-- TOKEN_COUNT_START -->
- Complete definition estimated tokens: **140**
- Measurement: captured tool object serialized independently as JSON text against the common baseline
- Additivity: independent, non-additive estimate
<!-- TOKEN_COUNT_END -->
