app.bivri.bookmark.deleteGroup

lexicons.bivri.app

Documentation

main procedure

No description available.

Input

Encodingapplication/json
uri stringat-uri Required

AT URI of the app.bivri.bookmark.group record to delete. It must live in the authenticated member's own repository.

Output

Encodingapplication/json
uri stringat-uri Required

AT URI of the bookmark group record that no longer exists.

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": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT URI of the app.bivri.bookmark.group record to delete. It must live in the authenticated member's own repository."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT URI of the bookmark group record that no longer exists."
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@