blog.pckt.domain.remove

pckt.blog

Documentation

Remove the custom domain from a publication.

main procedure

Remove the custom domain from a publication.

Parameters

blog stringat-uri Required

AT-URI of the publication record. Authority MUST match the caller's DID.

Output

Encodingapplication/json
message string Required

No description available.

Errors

BlogNotFound
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
View raw schema
{
  "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."
}

Lexicon Garden

@