Github API

Getting access, Developing, Testing

Back to Github

Remove a selected repository from a user secret

Removes a repository from the selected repositories for a user's codespace secret. You must authenticate using an access token with the codespace or codespace:secrets scope to use this endpoint. User must have Codespaces access to use this endpoint. GitHub Apps must have write access to the codespaces_user_secrets user permission to use this endpoint.

Input

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