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

• เข้าที่ 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.wellexp.co/api-manual/undefined-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
