Delete

  • DEL
  • /workspaces
  • /:workspace
  • /projects
  • /:project_name
  • /repository
  • /tags
  • /:name

Removes the tag.

Request

REQUIRED SCOPES
REPOSITORY_WRITE
URL PARAMETERS
workspacerequiredstring
The workspace name.
project_namerequiredstring
The name ID of the project.
namerequiredstring
The name of the tag.

Last modified on Jan 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/projects/:project_name/repository/tags/:name" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 No Content