Delete Collection Comment
DELETE/games/:game-id/collections/:collection-id/comments/:comment-id
Delete a comment from a collection profile. Successful request will return 204 No Content
and fire a COLLECTION_COMMENT_DELETED event.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 29610 | The authenticated user does not have permission to delete comments for this collection, this action is restricted to team managers & administrators only. |
Responses
- 204
- 403
Successful Request. No Body Returned.
Error response