# buzz.bookhive.deleteList

> 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.deleteList)
- [Documentation](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.deleteList/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:enu2j5xjlqsjaylv3du4myh4/buzz.bookhive.deleteList/examples)

## Definitions

### `buzz.bookhive.deleteList`

**Type**: `procedure`

Delete a book list and all its items.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uri` | `string` | Yes | AT-URI of the list to delete |

## Raw Schema

```json
{
  "id": "buzz.bookhive.deleteList",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "description": "AT-URI of the list to delete"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Delete a book list and all its items."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
