delete_note_type
Remove a specific note type in Flint Note, allowing optional actions for existing notes: prevent deletion, migrate to another type, or delete all notes. Requires explicit confirmation for deletion.
Instructions
Delete a note type and optionally handle existing notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to take with existing notes: error (prevent deletion), migrate (move to target type), delete (remove all notes) | |
confirm | No | Explicit confirmation required for deletion | |
target_type | No | Target note type for migration (required when action is migrate) | |
type_name | Yes | Name of the note type to delete |