delete_activity_logs
Delete activity logs from a specified datetime. Optionally set delete_unassigned_logs to true to remove only logs without a user.
Instructions
Delete activity logs from a specific datetime. Set delete_unassigned_logs=true to only delete logs with no user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | Delete logs from this datetime (ISO 8601) | |
| delete_unassigned_logs | No | If true, only delete logs where user_id is null |