Skip to content

Delete a repository's tag by name

DELETE
/repos/{owner}/{repo}/tags/{tag}
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

tag
required
string

Name of tag to delete

APIEmpty is an empty response

Media type application/json

APINotFound is a not found error response

Media type application/json
object
errors
Array<string>
message
string
url
string
Example generated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}

APIEmpty is an empty response

Media type application/json

APIConflict is a conflict empty response

Media type application/json

APIValidationError is error format response related to input validation

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}

APIRepoArchivedError is an error that is raised when an archived repo should be modified

Media type application/json
object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}