diff --git a/09.md b/09.md index 5e79ac23..b6aa72c7 100644 --- a/09.md +++ b/09.md @@ -6,9 +6,7 @@ Event Deletion `draft` `optional` -A special event with kind `5`, meaning "deletion" is defined as having a list of one or more `e` tags, each referencing an event the author is requesting to be deleted. - -Each tag entry must contain an "e" event id and/or `a` tags intended for deletion. +A special event with kind `5`, meaning "deletion" is defined as having a list of one or more `e` or `a` tags, each referencing an event the author is requesting to be deleted. Deletion requests SHOULD include a `k` tag for the kind of each event being deleted. The event's `content` field MAY contain a text note describing the reason for the deletion. @@ -21,7 +19,9 @@ For example: "tags": [ ["e", "dcd59..464a2"], ["e", "968c5..ad7a4"], - ["a", "::"] + ["a", "::"], + ["k", "1"], + ["k", "30023"] ], "content": "these posts were published by accident", ...other fields