place.stream.server.deleteStorage

did:web:stream.place

Documentation

Delete S3 storage configuration.

main procedure

Delete S3 storage configuration.

Input

Encodingapplication/json

Accepts raw binary data

Output

Encodingapplication/json
success boolean Required

No description available.

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": null,
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "success"
      ],
      "properties": {
        "success": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": null,
  "description": "Delete S3 storage configuration."
}

Lexicon Garden

@