place.stream.moderation.deleteGate

did:web:iame.li

{
  "id": "place.stream.moderation.deleteGate",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "streamer",
            "gateUri"
          ],
          "properties": {
            "gateUri": {
              "type": "string",
              "format": "at-uri",
              "description": "The AT-URI of the gate record to delete."
            },
            "streamer": {
              "type": "string",
              "format": "did",
              "description": "The DID of the streamer."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "Unauthorized",
          "description": "The request lacks valid authentication credentials."
        },
        {
          "name": "Forbidden",
          "description": "The caller does not have permission to unhide messages for this streamer."
        },
        {
          "name": "SessionNotFound",
          "description": "The streamer's OAuth session could not be found or is invalid."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "parameters": null,
      "description": "Delete a gate (unhide message) on behalf of a streamer. Requires 'hide' permission. Deletes a place.stream.chat.gate record from the streamer's repository."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.moderation.deleteGate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreiemr2uh2wxx5j4dxbwqoh3waoq23eexwour6e2wilait3srqpuv6m
Indexed At
2026-02-13 14:01 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.moderation.deleteGate

Lexicon Garden

@