action vocadb_delete_api_artists_comments_comment_id { label: "delete_api_artists_comments_commentId" provider: vocadb method: DELETE path: "/api/artists/comments/{commentId}" encoding: json input: { type: "object" properties: { commentId: { type: "integer" format: "int32" } } required: ["commentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }