Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Authentication token, see RemoteApi.login. |
| projectName |
string |
The name of the project owning the build. |
| buildId |
int |
ID of the build to delete the comment from. |
| commentId |
string |
ID of the comment to delete. |
Returns
boolean: True if the comment existed on the build and was deleted, false if no comment of the given ID exists on the build.
Faults
| Fault Type |
Fault Reason |
| IllegalArgumentException |
If the given project or build does not exist. |
Description
Deletes a comment from a build result. Comments are generally only deleted by the user that left them, although admins may also delete comments.
Access
Requires ownership of the given comment or server admin permission.
See Also