# buzz.bookhive.removeFromList

> Published by [bookhive.buzz](https://lexicon.garden/identity/did:plc:enu2j5xjlqsjaylv3du4myh4)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.removeFromList)
- [Documentation](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.removeFromList/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.removeFromList/examples)

## Definitions

### `buzz.bookhive.removeFromList`

**Type**: `procedure`

Remove a book from a list.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `itemUri` | `string` | Yes | AT-URI of the list item to remove |

## Raw Schema

```json
{
  "id": "buzz.bookhive.removeFromList",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "itemUri"
          ],
          "properties": {
            "itemUri": {
              "type": "string",
              "description": "AT-URI of the list item to remove"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Remove a book from a list."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
