···20 Did string `json:"did" cborgen:"did"`
21 // name: Name of the repository to delete
22 Name string `json:"name" cborgen:"name"`
0023}
2425// RepoDelete calls the XRPC method "sh.tangled.repo.delete".
···20 Did string `json:"did" cborgen:"did"`
21 // name: Name of the repository to delete
22 Name string `json:"name" cborgen:"name"`
23+ // rkey: Rkey of the repository record
24+ Rkey string `json:"rkey" cborgen:"rkey"`
25}
2627// RepoDelete calls the XRPC method "sh.tangled.repo.delete".