{ "operationId": "fileOperationsDelete", "path": "/fileOperations.delete", "method": "POST", "summary": "Delete a file operation", "tags": [ "FileOperations" ], "requestSchema": { "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the file operation.", "format": "uuid" } }, "required": [ "id" ] } }