action digitallinguistics_delete_lexeme { label: "Delete a Lexeme by ID" provider: digitallinguistics method: DELETE path: "/lexemes/{lexemeID}" encoding: json input: { type: "object" properties: { ifMatch: { type: "string" } lexemeID: { type: "string" } } required: ["lexemeID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }