cozi_delete_list
Permanently remove a Cozi family organizer list and all its items by specifying the list ID. This action deletes the list from the Cozi platform with real-time sync.
Instructions
Delete a Cozi list by ID. This permanently removes the list and all its items.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listId | Yes | The ID of the list to delete |
Input Schema (JSON Schema)
{
"properties": {
"listId": {
"description": "The ID of the list to delete",
"type": "string"
}
},
"required": [
"listId"
],
"type": "object"
}