{ "operationId": "commentsDelete", "path": "/comments.delete", "method": "POST", "summary": "Delete a comment", "tags": [ "Comments" ], "requestSchema": { "type": "object", "properties": { "id": { "type": "string", "format": "uuid" } }, "required": [ "id" ] } }