social.coves.community.post.delete

coves.social

{
  "id": "social.coves.community.post.delete",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the post to delete"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "PostNotFound",
          "description": "Post not found"
        },
        {
          "name": "NotAuthorized",
          "description": "User is not authorized to delete this post"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Delete a post"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@