tools.ozone.set.deleteValues

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.set.deleteValues",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name",
            "values"
          ],
          "properties": {
            "name": {
              "type": "string",
              "description": "Name of the set to delete values from"
            },
            "values": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minLength": 1,
              "description": "Array of string values to delete from the set"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "SetNotFound",
          "description": "set with the given name does not exist"
        }
      ],
      "description": "Delete values from a specific set. Attempting to delete values that are not in the set will not result in an error"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.set.deleteValues

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:33dt5kftu3jq2h5h4jjlqezt
CID
bafyreihpri25sjn22zbik35nbbsixhzva3xyxds3jpmvctz2c4epdfn62i
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.set.deleteValues

Lexicon Garden

@