Delete a repo.
func (
r *RepoService) Delete(ctx context.Context,
owner string,
repo string,
opts ...option.RequestOption) (res *RepoDeleteResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
owner* | string | |
repo* | string | |
opts* | ...option.RequestOption |