API Reference > bentleyjs-core > Collections > Dictionary > delete delete Method Deletes a value using its key. delete(key: K): boolean Parameter Type Description key K The key to delete Returns - boolean true if the key was found and deleted. Defined in core/bentley/src/Dictionary.ts Line 115 Last Updated: 13 June, 2024