# clearGrant

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts#L750)

## Signature

```ts
function clearGrant(storage: StorageLike | undefined, namespace: string, schemeId: string): void
```

## Parameters

| Name | Type |
|---|---|
| `storage` | `StorageLike | undefined` |
| `namespace` | `string` |
| `schemeId` | `string` |

**Returns:** `void`
