---
title: "Ignore Employment Expenses"
method: POST
path: "/individuals/expenses/employments/{nino}/{taxYear}/ignore"
tags: ["Employment Expenses"]
---

# Ignore Employment Expenses

`POST /individuals/expenses/employments/{nino}/{taxYear}/ignore`

This endpoint enables you to ignore HMRC-provided employment expenses for this user. A National Insurance number and tax year must be provided.
**This endpoint can only be used after the tax year has ended.**

Ignoring an expense will remove any amended expenses and add the "dateIgnored" flag to HMRC-provided expenses.

### Test data
Scenario simulation using Gov-Test-Scenario headers is only available in the sandbox environment.

| Header Value (Gov-Test-Scenario)        | Scenario                                                                                        |
|-----------------------------------------|-------------------------------------------------------------------------------------------------|
| N/A - DEFAULT                           | Simulates success response.                                                                     |
| TAX_YEAR_NOT_ENDED                      | Simulates the scenario where the submission is for a tax year that has not ended.               |
| NOT_FOUND                               | Scenario to simulate not found error.                                                           |
| OUTSIDE_AMENDMENT_WINDOW                | Simulates the scenario where request cannot be completed as it is outside the amendment window. |

## Path parameters

- `nino` string, required
- `taxYear` string, required

## Headers

- `Accept` 'application/vnd.hmrc.3.0+json', required
- `Authorization` string, required
- `Gov-Test-Scenario` string

## Response `204`

Success(No Content)

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/hmrc/apis/individuals-expenses-mtd.md) · [All operations](https://skmtc.net/hmrc/apis/individuals-expenses-mtd/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hmrc/individuals-expenses-mtd/revisions/38c0f38f277d/schema)
