# Clear Attachments

This method can be used to clear the list of files to be attached to the next report.

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

```swift
Luciq.clearFileAttachments()
```

{% endtab %}

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

```objectivec
[Luciq clearFileAttachments];
```

{% endtab %}

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

```java
Luciq.clearFileAttachment();
```

{% endtab %}

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

```kotlin
Luciq.clearFileAttachment()
```

{% endtab %}

{% tab title="Flutter" %}

```dart
Luciq.clearFileAttachments();
```

{% endtab %}
{% endtabs %}
