delete_tracker
Disable a tracker to prevent new calls while retaining its call history. The phone number is released.
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 |
|---|---|---|---|
| account_id | No | ||
| tracker_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |