> 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/yuan-cheng-zi-liao/2.-close-profile.md).

# 2. Close profile

## 申请

| 模式  | URL                               |
| --- | --------------------------------- |
| Get | api\_url/closeProfile?uuid={uuid} |

| 参数   | 价值     | 描述      |
| ---- | ------ | ------- |
| uuid | string | 资料的UUID |

## 申请例如

| 模式  | URL                                                                            |
| --- | ------------------------------------------------------------------------------ |
| GET | <http://127.0.0.1:5555/closeProfile?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347> |

参数

| Key  | 价值                                   |
| ---- | ------------------------------------ |
| uuid | 992bd6f1-0a4c-40b2-88c0-d6ae54db7347 |

## 响应例如

```
{
    "result": true
}
```
