表示"删除"的具有种类 5 的特殊事件被定义为具有一个或多个 e 标签的列表,每个标签引用作者请求删除的事件。
每个标签条目必须包含要删除的" E "事件 ID.
事件 content 字段可能包含描述删除原因的文本注释。
例如:
{
"kind": 5,
"pubkey": <32-bytes hex-encoded public key of the event creator>,
"tags": [
["e", "dcd59..464a2"],
["e", "968c5..ad7a4"],
],
"content": "these posts were published by accident",
...other fields
}
中继应删除或停止发布与删除请求相同 id 的任何引用事件。客户端应隐藏或以其他方式指示引用事件的删除状态。