> 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/use-cases/api-automation-v2/interact-profile/8.-delete-profile.md).

# 8. Delete profile

### **Request**

<table><thead><tr><th width="249">Method</th><th>URL</th></tr></thead><tbody><tr><td>DELETE</td><td>http://127.0.0.1:5555/delete-profile</td></tr></tbody></table>

#### **Body**

{% code lineNumbers="true" %}

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

{% endcode %}

* uuid\_browser: UUID of profile

### &#x20;**Response**

{% code lineNumbers="true" %}

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

{% endcode %}
