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

# Remove from List

> Remove a post from a reading list.

# Remove from List

<div className="method-badge delete">DELETE</div> `/v1/lists/{list_id}/items/{post_id}`

## Path parameters

| Parameter | Type          | Description       |
| --------- | ------------- | ----------------- |
| `list_id` | string (UUID) | List ID           |
| `post_id` | string (UUID) | Post ID to remove |

```bash theme={null}
curl -X DELETE https://twixb.com/api/v1/lists/5593f707-.../items/a6afb505-... \
  -H "X-API-Key: twxb_your_key_here"
```

## Response

Returns `204 No Content` on success.
