delete_list
Delete an unwanted list from Skylight by specifying its list ID or name.
Instructions
Delete a list from Skylight.
Use this when:
Removing an old or unused list
Deleting a temporary list
Parameters:
listId: ID of the list to delete (use get_lists to find IDs)
listName: Name of the list to delete (alternative to listId)
Note: This permanently deletes the list and all its items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | No | ID of the list to delete | |
| listName | No | Name of the list to delete (alternative to listId) |