place.stream.multistream.deleteTarget

did:web:stream.place

Documentation

Delete a target for rebroadcasting a Streamplace stream.

main procedure

Delete a target for rebroadcasting a Streamplace stream.

Input

Encodingapplication/json
rkey stringrecord-key Required

The Record Key of the target to delete.

Output

Encodingapplication/json
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": [
        "rkey"
      ],
      "properties": {
        "rkey": {
          "type": "string",
          "format": "record-key",
          "description": "The Record Key of the target to delete."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "parameters": null,
  "description": "Delete a target for rebroadcasting a Streamplace stream."
}

Lexicon Garden

@