pub.chive.admin.purgeOldDLQ

chive.pub

{
  "id": "pub.chive.admin.purgeOldDLQ",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "olderThanDays": {
              "type": "integer",
              "default": 7,
              "minimum": 1,
              "description": "Purge entries older than this many days"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "AdminRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "purgedCount"
          ],
          "properties": {
            "purgedCount": {
              "type": "integer",
              "description": "Number of entries purged"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Purge DLQ entries older than a specified number of days"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.admin.purgeOldDLQ

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreiajjtnetml7343iptal325iqb3cgzbn3dbbcni2g3bonz6mkn3s5a
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.purgeOldDLQ

Lexicon Garden

@