Github API

Getting access, Developing, Testing

Back to Github

Delete an environment secret

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.

Input

type: object properties: parameters: type: object properties: repository_id: type: integer description: The unique identifier of the repository. environment_name: type: string description: The name of the environment. secret_name: type: string description: The name of the secret. required: - repository_id - environment_name - secret_name title: Parameters