deleteClick
Permanently delete a click record by ID to remove test or spam click records from analytics. This action is irreversible and does not affect member's click counter.
Instructions
Delete a click record - Permanently delete a click record by ID. Destructive - cannot be undone via API.
Use when: removing test or spam click records from analytics. Does NOT affect the member's click counter if the site displays one.
Required: click_id.
See also: updateClick (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| click_id | Yes |