Marks a tag as deleted (soft delete).
Behavior: The tag can no longer be retrieved or listed but may remain in the database for audit purposes.
Requirements: Requires WRITE access to the repository.
Returns:
404 Not Found if the tag doesn’t exist or is already deleted503 Service Unavailable if Git sync is in progress204 No Content on successful deletionThis API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
Tag identifier
3 - 128"dv.tag.12a37e91-bfc4-4e03-a330-13b5b84ab7cb"
Request completed successfully