Branches
Delete branch.
Deletes a single branch in the artifact.
This operation can fail for the following reasons:
- No artifact with this groupId and artifactId exists (HTTP error 404)
- No branch with this branchId exists (HTTP error 404)
- A server error occurred (HTTP error 500)
delete/groups/{groupId}/artifacts/{artifactId}/branches/{branchId}
Response
Artifact branch was successfully deleted.