tools.ozone.team.deleteMember

ozone-lexicons.bsky.social

Documentation

Delete a member from ozone team. Requires admin role.

main procedure

Delete a member from ozone team. Requires admin role.

Input

Encodingapplication/json
did stringdid Required

A decentralized identifier (DID).

Errors

MemberNotFound The member being deleted does not exist
CannotDeleteSelf You can not delete yourself from the team
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": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "MemberNotFound",
      "description": "The member being deleted does not exist"
    },
    {
      "name": "CannotDeleteSelf",
      "description": "You can not delete yourself from the team"
    }
  ],
  "description": "Delete a member from ozone team. Requires admin role."
}

Lexicon Garden

@