actions
Delete a repository variable
Deletes a repository 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 actions_variables:write repository permission to use this endpoint. Authenticated users must have collaborator access to a repository to create, update, or read variables.
delete/repos/{owner}/{repo}/actions/variables/{name}
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
namestring required
The name of the variable.
Response
Response