API Docs / Operations / Client - MTD Employments / Delete Custom Employment

Delete Custom Employment

DELETE /tenants/{tenant}/clients/{client}/mtd/employments/{taxYear}/{employmentId}

Deletes a custom employment at HMRC. Only custom employments can be deleted — an HMRC-held one is the employer's record, and ignoring it is the way to exclude it.

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