# `GSCallbackHandler removeCallback:forOperation:`

*Type Method*

## Declaration

```swift
class func removeCallback(_ target: Any, forOperation operation: String)
```

```objc
+ (void) removeCallback:(id) target forOperation:(NSString *) operation;
```

```python
removeCallback_forOperation_(target: object, operation: str)
```

