social.coves.feed.vote.delete

coves.social

{
  "id": "social.coves.feed.vote.delete",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "subject"
          ],
          "properties": {
            "subject": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref",
              "description": "Strong reference to the post or comment to remove the vote from"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "VoteNotFound",
          "description": "No vote found for this subject"
        },
        {
          "name": "NotAuthorized",
          "description": "User is not authorized to delete this vote"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Delete a vote on a post or comment"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.coves.feed.vote.delete

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@