···2020 Did string `json:"did" cborgen:"did"`
2121 // name: Name of the repository to delete
2222 Name string `json:"name" cborgen:"name"`
2323+ // rkey: Rkey of the repository record
2424+ Rkey string `json:"rkey" cborgen:"rkey"`
2325}
24262527// RepoDelete calls the XRPC method "sh.tangled.repo.delete".