# 2. Close profile

### **Request**

<table><thead><tr><th width="249">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td>api_url/closeProfile?uuid={uuid}</td></tr></tbody></table>

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

### **Example Request (Hidemium V2)**

<table><thead><tr><th width="251">Method</th><th>URL </th></tr></thead><tbody><tr><td>GET</td><td><a href="http://127.0.0.1:5555/openProfile?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347">http://127.0.0.1:5555/closeProfile?uuid=992bd6f1-0a4c-40b2-88c0-d6ae54db7347</a></td></tr></tbody></table>

&#x20;  **Params**

<table><thead><tr><th width="250">Key</th><th>Value</th></tr></thead><tbody><tr><td>uuid</td><td>992bd6f1-0a4c-40b2-88c0-d6ae54db7347</td></tr></tbody></table>

### **Example Response**

{% code lineNumbers="true" %}

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

{% endcode %}
