com.getorbyt.community.cancelDeletion

getorbyt.com

Documentation

Cancels deletion before the current declaration has been deleted from its PDS. Requires authenticated service authorization by the current declaration holder.

main procedure

Cancels deletion before the current declaration has been deleted from its PDS. Requires authenticated service authorization by the current declaration holder.

Input

Encodingapplication/json
community stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
changed boolean Required

No description available.

publicationState string Required

No description available.

Known values: unpublished

Errors

AuthenticationRequired
CommunityNotFound
InsufficientRole
InvalidState
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)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "community"
      ],
      "properties": {
        "community": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "CommunityNotFound"
    },
    {
      "name": "InsufficientRole"
    },
    {
      "name": "InvalidState"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "publicationState",
        "changed"
      ],
      "properties": {
        "changed": {
          "type": "boolean"
        },
        "publicationState": {
          "type": "string",
          "knownValues": [
            "unpublished"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Cancels deletion before the current declaration has been deleted from its PDS. Requires authenticated service authorization by the current declaration holder."
}

Lexicon Garden

@