Delete Tag
deprecated
Delete a tag from the repository. The server resolves the stored ref correctly for both lightweight and annotated tags.
Deprecated: Use /api/repos/{repo_name}/tags/{tag_name} instead.
DELETE
Delete Tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Delete a lightweight or annotated tag by name.
Tag deletion request identifying the tag to remove.
Tag name to delete. Must not start with refs/.
Example:
"v1.0.0"
Delete Tag