Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

Delete Repo Connection

DELETE 

/api/v2/skills/repo-connection

Remove the organization's connected GitHub repository, when it has exactly one.

Returns 404 when there is no connection to remove, and 409 when there is more than one — an organization may connect several, and this route cannot say which. Use DELETE /skills/repo-connection/{connection_id} for those.

Responses

The repository connection was removed.