> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/hu-dong-zi-liao/8.-shan-chu-zi-liao.md).

# 8.删除资料

将资料从资料列表删除

## 申请

| 模式     | URL                                                                                                                                                                                       |
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DELETE | <http://127.0.0.1:5555/delete-profile>[&#xD;](<http://127.0.0.1:5555/change-status&#xD;&#xA;&#xD;&#xA;>)[&#xD;](<http://127.0.0.1:5555/profileList?page=1\&limit=10&#xD;&#xA;&#xD;&#xA;>) |

**Body**

```
{
    "uuid_browser":[
        "98a715d1-efa7-45b6-912f-21d7eacd5d22",
        "9a47bc62-1aef-4b09-a585-218437bf1258"
    ]
}
```

uuid浏览器：资料的UUID

## 响应

```
{
    "type": "success",
    "title": "Delete successfully.",
    "content": []
}
```
