action digitallinguistics_delete_language { label: "Delete a Language by ID" provider: digitallinguistics method: DELETE path: "/languages/{languageID}" encoding: json input: { type: "object" properties: { ifMatch: { type: "string" } languageID: { type: "string" } } required: ["languageID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }