API Docs / Operations / Client - MTD Employments / Ignore Employment

Ignore Employment

POST /tenants/{tenant}/clients/{client}/mtd/employments/{taxYear}/{employmentId}/ignore

Marks an HMRC-held employment as ignored, leaving it out of the year's tax calculation. This is how a duplicated or wrong employment from an employer's submissions is dealt with: the record stays at HMRC — it is the employer's, not ours to delete — but stops counting. Not available for custom employments, which are deleted instead.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
employmentId* path string
taxYear* path string

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it