# blog.pckt.domain.remove

> Published by [pckt.blog](https://lexicon.garden/identity/did:plc:revjuqmkvrw6fnkxppqtszpv)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:revjuqmkvrw6fnkxppqtszpv/blog.pckt.domain.remove)
- [Documentation](https://lexicon.garden/lexicon/did:plc:revjuqmkvrw6fnkxppqtszpv/blog.pckt.domain.remove/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:revjuqmkvrw6fnkxppqtszpv/blog.pckt.domain.remove/examples)

## Definitions

### `blog.pckt.domain.remove`

**Type**: `procedure`

Remove the custom domain from a publication.

#### Output

**Encoding**: `application/json`

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

#### Errors

- **BlogNotFound**

## Raw Schema

```json
{
  "id": "blog.pckt.domain.remove",
  "defs": {
    "main": {
      "type": "procedure",
      "errors": [
        {
          "name": "BlogNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "message"
          ],
          "properties": {
            "message": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "blog"
        ],
        "properties": {
          "blog": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the publication record. Authority MUST match the caller's DID."
          }
        }
      },
      "description": "Remove the custom domain from a publication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
