> For the complete documentation index, see [llms.txt](https://guide.wellexp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wellexp.co/api-manual/undefined-2.md).

# วิธีลบรายชื่อของพนักงาน

• เข้าที่ Folder "Employee"\
• เลือก sub folder "delete profile"\
• เลือก tab menu "Body"\
• นำ request มาใส่

```postman_json
{
    "partner_id": "{{partner-id}}",
    "data": [14685]
    
}
```

• นำ employee id ที่ต้องการลบ มาใส่\
• กด "Send"

<figure><img src="/files/OL6b6klgNxHtJeF3uHup" alt=""><figcaption><p>นำ employee id ที่ต้องการลบ</p></figcaption></figure>

ถ้า ลบบัญชีผู้ใช้งานสำเร็จ จะแสดง Response ดังภาพด้านล่าง

<figure><img src="/files/0vAbtxPBdOcNLTRbY22X" alt=""><figcaption><p>ลบบัญชีผู้ใช้งานสำเร็จ</p></figcaption></figure>

ถ้า ลบบัญชีผู้ใช้งานไม่สำเร็จ จะแสดง Response ดังภาพด้านล่าง

<figure><img src="/files/o0wCFbBCboWa1Qd7W5z7" alt=""><figcaption><p>ลบบัญชีผู้ใช้งานไม่สำเร็จ</p></figcaption></figure>
