> ## 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

> Elimine un item de una carpeta.

## Endpoint

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

## Solicitud

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

## Respuesta (204 No Content)

No se devuelve cuerpo de respuesta.

### Códigos de error

| Status | Code             | Descripción        |
| ------ | ---------------- | ------------------ |
| 404    | `ITEM_NOT_FOUND` | Item no encontrado |
