Delete a repository's tag by name
DELETE
/repos/{owner}/{repo}/tags/{tag}
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”owner
required
string
Owner of the repo
repo
required
string
Name of the repo
tag
required
string
Name of tag to delete
Responses
Section titled “Responses”APIEmpty is an empty response
Media typeapplication/json
APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}APIEmpty is an empty response
Media typeapplication/json
APIConflict is a conflict empty response
Media typeapplication/json
APIValidationError is error format response related to input validation
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}APIRepoArchivedError is an error that is raised when an archived repo should be modified
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}