Skip to content

Delete Repository

proton_delete_repository R Documentation

Description

De-register and unlink your repository.

Usage

proton_delete_repository(name, provider)

Arguments

name

[required] The repository name.

provider

[required] The repository provider.

Value

A list with the following syntax:

list(
  repository = list(
    arn = "string",
    connectionArn = "string",
    encryptionKey = "string",
    name = "string",
    provider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"
  )
)

Request syntax

svc$delete_repository(
  name = "string",
  provider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"
)