---
title: "removeContextHelp(for:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nshelpmanager/removecontexthelp(for:)"
---

# removeContextHelp(for:)

Removes the association between an object and its context-sensitive help.

## Declaration

```swift
func removeContextHelp(for object: Any)
```

## Parameters

- `object`: Object to disassociate from its help content.

## Discussion

Discussion If object does not have context-sensitive help associated with it, this method does nothing.

## See Also

### Configuring Context-Sensitive Help

- [setContextHelp(_:for:)](appkit/nshelpmanager/setcontexthelp(_:for:).md)
