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
- 204
- 404
- 422
The repository connection was removed.
No repository connection to remove.
Validation Error
Was this page helpful?