# `GSPathOperator subtractPaths:from:error:`

*Type Method*

## Declaration

```swift
class func subtract(_ subtractPaths: [GSPath]!, from paths: NSMutableArray!) throws
```

```objc
+ (BOOL) subtractPaths:(NSArray<GSPath *> *) subtractPaths from:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;
```

```python
subtractPaths_from_error_(subtractPaths: list[GSPath], paths: list[GSPath]) -> tuple[bool, NSError]
```

