> For the complete documentation index, see [llms.txt](https://docs.pockethrms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pockethrms.com/faqs/ess-portal/expense/request.md).

# Request

### 1. How to delete expense bill by employee from ESS portal?

Expense claim entry can be cancelled by employee from the claim entry page.For that follow the path below:

**Path**: Log into ESS > Expense > Request > Pending claim > Click on delete for the specific date.

**Step 1:** Log in to the **ESS portal**. Navigate to the **‘Expense’** module and select **‘Request’**.

<figure><img src="/files/64de00eb571c789d80eaf1aa2788071fbde68393" alt=""><figcaption></figcaption></figure>

**Step 2:** Select ‘**Pending claim’** tab to view entries that have not yet been submitted.

![](/files/62109c2dc57737b2238c08c20249446c66cca154)

**Step 3:** Identify the entry for the **specific date** you wish to remove, and Click the **‘Delete’** button (or trash icon) associated with that entry to remove it from the system.

![](/files/a7c2dce81de526b5f6d0c84de653a099dda36b86)

**Link:** <https://ess.pockethrms.com/Expense/Transaction/ExpenseRequests?Menu=pendingclaim>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pockethrms.com/faqs/ess-portal/expense/request.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
