Delete
- DEL
- /workspaces
- /:workspace
- /projects
- /:project_name
- /repository
- /tags
- /:name
Removes the tag.
Request example
CURLcurl -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
STATUS204 No Content