app.thesocialwire.appview.deleteReadMark

samclemente.me

Documentation

Delete an AppView read mark.

main procedure

Delete an AppView read mark.

Input

Encodingapplication/json
subjectUri stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

InvalidRequest
ReadMarkNotFound
UpstreamUnavailable
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "subjectUri"
      ],
      "properties": {
        "subjectUri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "ReadMarkNotFound"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Delete an AppView read mark."
}

Lexicon Garden

@