# Reset Tags

Use this method to remove all tags from the upcoming report.

{% tabs fullWidth="true" %}
{% tab title="iOS - Swift" %}

```swift
Luciq.resetTags()
```

{% endtab %}

{% tab title="iOS - ObjC" %}

```objectivec
[Luciq resetTags];
```

{% endtab %}

{% tab title="And - Java" %}

```java
Luciq.resetTags();
```

{% endtab %}

{% tab title="And - Kotlin" %}

```kotlin
Luciq.resetTags()
```

{% endtab %}

{% tab title="RN" %}

```javascript
Luciq.resetTags();
```

{% endtab %}

{% tab title="Flutter" %}

```csharp
Luciq.resetTags();
```

{% endtab %}
{% endtabs %}
