Delete Comment
delete
/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}
Deletes a scenario comment by ID.
Request
Path Parameters
-
commentId(required): integer(int64)
Comment ID.
-
scenarioId(required): integer(int64)
Scenario ID.
Response
Supported Media Types
- application/json
- application/xml
204 Response
No Content
Scenario comment deleted successfully.
400 Response
Bad Request
Failed to delete scenario comment. The scenario ID or comment ID may be invalid.
500 Response
Internal Server Error.