# tools.ozone.communication.deleteTemplate

> Published by [ozone-lexicons.bsky.social](https://lexicon.garden/identity/did:plc:33dt5kftu3jq2h5h4jjlqezt)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:33dt5kftu3jq2h5h4jjlqezt/tools.ozone.communication.deleteTemplate)
- [Documentation](https://lexicon.garden/lexicon/did:plc:33dt5kftu3jq2h5h4jjlqezt/tools.ozone.communication.deleteTemplate/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:33dt5kftu3jq2h5h4jjlqezt/tools.ozone.communication.deleteTemplate/examples)

## Definitions

### `tools.ozone.communication.deleteTemplate`

**Type**: `procedure`

Delete a communication template.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `id` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "tools.ozone.communication.deleteTemplate",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "id"
          ],
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Delete a communication template."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
