Skip to content

com.atproto.repo.deleteTarget

Lexicon Version: 1

Type: procedure

Delete a target for rebroadcasting a Streamplace stream.

Parameters: (None defined)

Input:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
rkeystringThe Record Key of the target to delete.Format: record-key

Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

(No properties defined)


{
"lexicon": 1,
"id": "com.atproto.repo.deleteTarget",
"defs": {
"main": {
"type": "procedure",
"description": "Delete a target for rebroadcasting a Streamplace stream.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["rkey"],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"description": "The Record Key of the target to delete."
}
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"properties": {}
}
},
"errors": []
}
}
}