zone.stratos.enrollment.unenroll

lexicon.northsky.app

Documentation

Unenroll from the Stratos service, revoking the session and deleting the enrollment record from the user's PDS.

main procedure

Unenroll from the Stratos service, revoking the session and deleting the enrollment record from the user's PDS.

Input

Encodingapplication/json

Output

Encodingapplication/json
success boolean Optional

No description available.

Errors

NotEnrolled
AuthRequired
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",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "NotEnrolled"
    },
    {
      "name": "AuthRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "success": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Unenroll from the Stratos service, revoking the session and deleting the enrollment record from the user's PDS."
}

Lexicon Garden

@