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 141 Last Updated: 11 June, 2024