Skip to content

Delete Repository Link

codestarconnections_delete_repository_link R Documentation

Deletes the association between your connection and a specified external Git repository

Description

Deletes the association between your connection and a specified external Git repository.

Usage

codestarconnections_delete_repository_link(RepositoryLinkId)

Arguments

RepositoryLinkId

[required] The ID of the repository link to be deleted.

Value

An empty list.

Request syntax

svc$delete_repository_link(
  RepositoryLinkId = "string"
)