social.coves.community.comment.delete

coves.social

{
  "id": "social.coves.community.comment.delete",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the comment to delete"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "CommentNotFound",
          "description": "Comment with the specified URI does not exist"
        },
        {
          "name": "NotAuthorized",
          "description": "User is not authorized to delete this comment (not the author)"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Delete a comment. Only the comment author can delete their own comments."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.community.comment.delete

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:coves.social
CID
bafyreif3f575nn3xkmyo3y5fxlf2tt62g7m6fgmymi26dvbjgjsv5idklu
Indexed At
2026-07-24 05:18 UTC
AT-URI
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.comment.delete

Lexicon Garden

@