> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete list item

> Remove a single item from a data list by item ID; global lists require the same privileges as item updates — DELETE /data-lists/{id}/items/{itemId}.

## Overview

Deletes a single item. **Global** lists require **system administrator** privileges.

## Endpoint

```
DELETE https://api.gu1.ai/data-lists/{id}/items/{itemId}
```

## Authentication

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```

## Response

`200` with confirmation payload including `listId`, `itemId`, and `deletedAt`.
