Skip to content

DocumentComment

Michael Rybintsev edited this page Aug 8, 2019 · 2 revisions

Summary

A DocumentComment recourse represents a single comment from a DocumentComments collection.

Operations

Deleting a comment

The comments resource will advertise a link with @rel value for each comment. To delete a given comment, send a DELETE request to the URI.

Example

Request

DELETE /documents/123/comments/987 HTTP/1.1
Accept: application/vnd.huddle.data+xml
Authorization: OAuth2 frootymcnooty/vonbootycherooty

Response

HTTP/1.1 204 NO CONTENT
Content-Type: application/vnd.huddle.data+xml
Classic
Clone this wiki locally