# DeregisterMarkerProcessor(string)

Method in [UnityLocalisedLineProvider](https://docs.yarnspinner.dev/api/csharp/yarn.unity.unitylocalization/yarn.unity.unitylocalization.unitylocalisedlineprovider)

## Summary

Removes all marker processors that handle markers named `attributeName` .

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

## Parameters

| Name                   | Description                                      |
| ---------------------- | ------------------------------------------------ |
| `string` attributeName | The name of the marker to remove processors for. |
