# deleteAllFlows

Source: [https://docs.qualcomm.com/doc/80-PK177-134Y/topic/delete_all_flows.html](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/delete_all_flows.html)

删除客户端添加的所有流程。

    deleteAllFlows();Copy to clipboard

## 返回结果

| API 类型 | 返回结果 | 说明 |
| --- | --- | --- |
| Java | int | <ul class="ul" id="concept.dita_7cda2a52-43da-429f-8b45-395c5ea74705__ul_a3x_j2t_n5b"><br>                                    <li class="li">SUCCESS ≥ 0</li><br><br>                                    <li class="li">失败<ul class="ul" id="concept.dita_7cda2a52-43da-429f-8b45-395c5ea74705__ul_b3x_j2t_n5b"><br>                                            <li class="li">-1 IQesdk 为 NULL</li><br><br>                                            <li class="li">-2 子系统错误</li><br><br>                                        </ul><br></li><br><br>                                </ul> |
| 原生 | int8\_t | <ul class="ul" id="concept.dita_7cda2a52-43da-429f-8b45-395c5ea74705__ul_a3x_j2t_n5b"><br>                                    <li class="li">SUCCESS ≥ 0</li><br><br>                                    <li class="li">失败<ul class="ul" id="concept.dita_7cda2a52-43da-429f-8b45-395c5ea74705__ul_b3x_j2t_n5b"><br>                                            <li class="li">-1 IQesdk 为 NULL</li><br><br>                                            <li class="li">-2 子系统错误</li><br><br>                                        </ul><br></li><br><br>                                </ul> |
|  |  |  |

**Parent Topic:** [数据路径优先级函数](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/functions.html)

Last Published: Jun 22, 2023

[Previous Topic
deleteFlow](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/delete_flow.md) [Next Topic
数据路径优先级回调接口](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/data_path_priority_callback_interfaces.md)