chickadee » git » delete-note

(delete-note repository #!key target author [committer] [reference]) => voidprocedure

Deletes all notes for the given object target by the given author in the repository. author and committer should be a signatures, while reference may specify an alternative notes reference namespace, which defaults to "refs/notes/commits".

On success, the note is removed from disk immediately. An error is signaled if no such note exists.