delete_list
Remove an existing list by its ID to clean up unnecessary data and free up memory after processing is complete.
Instructions
Deletes an existing list by its ID.
WHEN TO USE:
To clean up lists that are no longer needed
To free up memory after processing is complete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | The list ID returned by create_list. |