social.coves.aggregator.revokeApiKey

coves.social

{
  "id": "social.coves.aggregator.revokeApiKey",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {},
          "description": "No input required. Revokes the key for the authenticated aggregator."
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired",
          "description": "Authentication is required to revoke an API key"
        },
        {
          "name": "AggregatorRequired",
          "description": "Only registered aggregators can revoke API keys"
        },
        {
          "name": "AggregatorNotFound",
          "description": "Aggregator not found"
        },
        {
          "name": "ApiKeyNotFound",
          "description": "No API key exists to revoke"
        },
        {
          "name": "ApiKeyAlreadyRevoked",
          "description": "API key has already been revoked"
        },
        {
          "name": "RevocationFailed",
          "description": "Failed to revoke the API key"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "revokedAt"
          ],
          "properties": {
            "revokedAt": {
              "type": "string",
              "format": "datetime",
              "description": "ISO8601 timestamp when the key was revoked"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Revoke the authenticated aggregator's API key. After revocation, the aggregator must complete OAuth flow again to create a new API key. This action cannot be undone."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.aggregator.revokeApiKey

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreid4raan6kcq44z27pcuitorqirz4whtvbgk5hgsz7kw73u4zb4upe
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.aggregator.revokeApiKey

Lexicon Garden

@