# DeregisterMarkerProcessor(string)

Method in [LineParser](https://docs.yarnspinner.dev/api/csharp/yarn.markup/yarn.markup.lineparser)

## Summary

Removes any marker processor associated with a given marker name.

```csharp
public void DeregisterMarkerProcessor(string attributeName)
```

## Parameters

| Name                   | Description             |
| ---------------------- | ----------------------- |
| `string` attributeName | The name of the marker. |
