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

# DELETE /items/:itemId

> Delete an item from a folder.

## Endpoint

```
DELETE /v1/items/{itemId}
```

## Request

```bash theme={null}
curl -X DELETE "http://client-omni-api.argosidentity.com/v1/items/{itemId}" \
  -H "x-api-key: your-api-key-here"
```

## Response (204 No Content)

No response body.

### Error Codes

| Status | Code             | Description    |
| ------ | ---------------- | -------------- |
| 404    | `ITEM_NOT_FOUND` | Item not found |
