# 8. Delete profile

Delete profile from profile list

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

| Method | URL                                                       |
| ------ | --------------------------------------------------------- |
| DELETE | <http://127.0.0.1:2222/v1/browser/destroy?is_local=false> |

### **Params** <a href="#body-1" id="body-1"></a>

| Key       | Value      | Description                                              |
| --------- | ---------- | -------------------------------------------------------- |
| is\_local | true/false | <p>false: cloud profiles,</p><p>true: local profiles</p> |

### **Body** <a href="#body-1-1" id="body-1-1"></a>

```
{"uuid_browser":[
    "734c3c7a-f2fa-495e-a81c-4884d53c1aa9",
    "734c3a04-9052-4167-83bc-9f4cc06d1922"
  ]
}
```

### **Response** <a href="#id-3.-response" id="id-3.-response"></a>

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