# deleteAllFilters
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/delete_all_filters.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/delete_all_filters.html)
Deletes all the filters added by the client.
deleteAllFilters()Copy to clipboard
## Parameters
| **Parameter** | **API Type** | **Data Type** | **Description** |
| --- | --- | --- | --- |
| ret | Native | int8\_t& | On success this is the actual return value from the API.
- 1: Success
- -1: Iqesdk is NULL
- -2: Subsystem error
|
## Returns
| **Return** | **API type** | **Data Type** | **Description** |
| --- | --- | --- | --- |
| response | Java | int |
- 1: Success
- -1: Iqesdk is NULL
- -2: Subsystem error
|
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
| | | | |
**Parent Topic:** [LLM subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/llm_functions.html)
Last Published: Nov 14, 2024
[Previous Topic
deleteFilter](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/delete_filter.md) [Next Topic
updateOodForDds](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/update_ood_for_dds.md)