nostr_delete_event
Publish a NIP-09 kind:5 deletion request to remove a previously published event. Provide the event ID and an optional reason.
Instructions
Publish a NIP-09 kind:5 deletion request for a previously-published event. Soft delete — relays may or may not honor it, and copies on relays you didn't reach stay. Requires kind 5 to be in NOSTR_ALLOWED_KINDS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional human-readable reason. Goes in the deletion event's content field. | |
| event_id | Yes | The event id (32-byte hex) to request deletion of. |