<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSHelpManager/removeContextHelp(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSHelpManager(im)removeContextHelpForObject:"
  },
  "title" : "removeContextHelp(for:)"
}
-->

# removeContextHelp(for:)

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

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

## Parameters

`object`

Object to disassociate from its help content.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)