Skip to content
Docs Try Aspire

AspireDict.remove

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireDict {
// ... omitted for brevity
remove(key: K): Promise<boolean>;
}

Signature

method remove
Removes the value with the specified key
remove(key: K): Promise<boolean>
key K
Promise<boolean>

Defined on

This method is defined on the following type: