delete_tracker
Disable a tracker to stop new calls and release its phone number, while preserving its call history.
Instructions
Delete (disable) a tracker. Soft-removes it from active trackers; the tracker keeps its call history but stops receiving new calls. The underlying phone number is released.
Args: tracker_id: 'TRK...' id. account_id: Auto-resolves if omitted.
Returns: An object with deleted: True, tracker_id, and response
(CallRail's body, which on success contains the disabled tracker record
including disabled_at timestamp). Empty object if CallRail returned 204.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracker_id | Yes | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |