Github API - Test Config

DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}
repos
actions

Deletes an environment variable using the variable name.
You must authenticate using an access token with the repo scope to use this endpoint.
GitHub Apps must have the environment:write repository permission to use this endpoint.
Delete an environment variable

Arguments
key repository-id

repository-id [scalar]

The unique identifier of the repository.

API:
Github Open API
(version: 1.1.4)

key variable-name

variable-name [scalar]

The name of the variable.

API:
Github Open API
(version: 1.1.4)

key environment-name

environment-name [scalar]

The name of the environment.

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)