Problems API - DELETE a comment
Deletes the specified comment on a problem.
Early Adopter
This request is an Early Adopter release and may be changed in non-compatible way.
DELETE |
|
Authentication
To execute this request, you need the Write problems (problems.write
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
problemId | string |
The ID of the required problem. |
path | required |
commentId | string |
The ID of the required comment. |
path | required |
Response
Response codes
Code | Description |
---|---|
204 | Success. The comment has been deleted. |
Response body
A successful request doesn't return any content.