Deletes an agent or skill repository and its owned child file repositories.
func (
r *RepoDirectoryService) Delete(ctx context.Context,
owner string,
repo string,
opts ...option.RequestOption) (err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
owner* | string | |
repo* | string | |
opts* | ...option.RequestOption |