code-scanning
Delete a CodeQL database
Deletes a CodeQL database for a language in a repository.
OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.
delete/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}
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.
languagestring required
The language of the CodeQL database.
Response
Response