---
title: "Delete an item from an existing list."
method: DELETE
path: "/company/named-lists/{listName}/{itemId}"
tags: ["Metadata"]
---

# Delete an item from an existing list.

`DELETE /company/named-lists/{listName}/{itemId}`

## Path parameters

- `listName` string, required
- `itemId` string, required

## Response `200`

The list item was deleted successfully.

## Other responses

- `404` — If the list or item was not found

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
