pub.chive.backlink.delete

chive.pub

Documentation

Delete (mark as deleted) a backlink record. Internal/plugin use only. Requires authentication.

main procedure

Delete (mark as deleted) a backlink record. Internal/plugin use only. Requires authentication.

Input

Encodingapplication/json
sourceUri stringat-uri Required

AT-URI of the source record to delete

Output

Encodingapplication/json
success boolean Required

Whether the deletion was successful

Errors

AuthenticationRequired
NotFound
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": [
        "sourceUri"
      ],
      "properties": {
        "sourceUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the source record to delete"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "NotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "success"
      ],
      "properties": {
        "success": {
          "type": "boolean",
          "description": "Whether the deletion was successful"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Delete (mark as deleted) a backlink record. Internal/plugin use only. Requires authentication."
}

Lexicon Garden

@