pub.chive.eprint.deleteSubmission

chive.pub

Documentation

Delete an eprint submission from the user's PDS

main procedure

Delete an eprint submission from the user's PDS

Input

Encodingapplication/json
uri stringat-uri Required

AT-URI of the eprint to delete

Output

Encodingapplication/json
success boolean Required

Whether the deletion was successful

Errors

NotFound Eprint not found
Unauthorized User is not authorized to delete this eprint
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": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the eprint to delete"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "NotFound",
      "description": "Eprint not found"
    },
    {
      "name": "Unauthorized",
      "description": "User is not authorized to delete this eprint"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "success"
      ],
      "properties": {
        "success": {
          "type": "boolean",
          "description": "Whether the deletion was successful"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Delete an eprint submission from the user's PDS"
}

Lexicon Garden

@