v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Versions

Delete a single comment

Deletes a single comment in an artifact version. Only the owner of the comment can delete it. The artifactId, unique version number, and commentId must be provided.

This operation can fail for the following reasons:

  • No artifact with this artifactId exists (HTTP error 404)
  • No version with this version exists (HTTP error 404)
  • No comment with this commentId exists (HTTP error 404)
  • A server error occurred (HTTP error 500)
delete/groups/{groupId}/artifacts/{artifactId}/versions/{versionExpression}/comments/{commentId}

Response

The comment was successfully deleted.