Skip to content

Delete Dev Environment

codecatalyst_delete_dev_environment R Documentation

Deletes a Dev Environment

Description

Deletes a Dev Environment.

Usage

codecatalyst_delete_dev_environment(spaceName, projectName, id)

Arguments

spaceName

[required] The name of the space.

projectName

[required] The name of the project in the space.

id

[required] The system-generated unique ID of the Dev Environment you want to delete. To retrieve a list of Dev Environment IDs, use list_dev_environments.

Value

A list with the following syntax:

list(
  spaceName = "string",
  projectName = "string",
  id = "string"
)

Request syntax

svc$delete_dev_environment(
  spaceName = "string",
  projectName = "string",
  id = "string"
)