deleteSmartList
Permanently remove a smart list record by its ID. Use for deleting saved filter configurations that are no longer needed.
Instructions
Delete a smart list - Permanently delete a smartlist record by ID. Destructive - cannot be undone via API.
Use when: removing a saved filter configuration.
Required: smart_list_id.
See also: updateSmartList (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 |
|---|---|---|---|
| smart_list_id | Yes |