Cmdlets for GitHub

Build 25.0.9434

DeleteRepository

Delete a repository from GitHub.

Sample

The 'Repository' parameter is required.

EXECUTE [Information].[DeleteRepository] Repository='myRepository', OwnerLogin='test'

Input

Name Type Description
OwnerLogin String The account owner of the repository. The name is not case sensitive.
Repository String The name of the repository without the .git extension. The name is not case sensitive.

Result Set Columns

Name Type Description
Success Boolean Indicates whether or not the operation executed successfully.
Details String Any extra details on the operation's execution.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434