> 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/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/remote-profile/2.-close-profile.md).

# 2. Close profile

Returns an close profile

#### **Request** <a href="#request" id="request"></a>

| Method | URL                               |
| ------ | --------------------------------- |
| GET    | api\_url/closeProfile?uuid={uuid} |

| Params | Value  | Description     |
| ------ | ------ | --------------- |
| uuid   | string | UUID of profile |

#### **Example Request**  <a href="#example-request-hidemium-v4" id="example-request-hidemium-v4"></a>

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

#### **Example Response** <a href="#example-response" id="example-response"></a>

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