# Đóng profile

API URL

```
GET: /api/v3/profiles/close/{id}
```

Ví dụ

```
http://127.0.0.1:19995/api/v3/profiles/close/xgyasg1995
```

Repsonse

```json
{
    "success": true,
    "message": "Đóng thành công"
}
```
