Github API - Test Config

DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}
repos
actions

Deletes a secret in an environment using the secret name. You must authenticate using an access token with the repo scope to use this endpoint. GitHub Apps must have the secrets repository permission to use this endpoint.
Delete an environment secret

Arguments
key repository-id

repository-id [scalar]

The unique identifier of the repository.

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)

key secret-name

secret-name [scalar]

The name of the secret.

API:
Github Open API
(version: 1.1.4)

API:
Github Open API
(version: 1.1.4)