[O3 Framework](../API.md) / unregisterContext

# Function: unregisterContext()

> **unregisterContext**(`namespace`): `void`

Defined in: [packages/framework/esm-context/src/context.ts:48](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-context/src/context.ts#L48)

Used by caller to unregister a namespace in the application context. Unregistering a namespace
will remove the namespace and all associated data.

## Parameters

### namespace

`string`

## Returns

`void`
