delete_release
Remove a release from a GitLab project while preserving the associated Git tag. Specify the project and tag name to delete the release.
Instructions
Delete a release from a GitLab project (does not delete the associated tag)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| tag_name | Yes | The Git tag the release is associated with |