diff --git a/src/structures/dto/structure.dto.ts b/src/structures/dto/structure.dto.ts
index 756e7de625f33fa17f116412b91cdf59ecd5c3e8..00fa5c2c1dc3e94e4e93d6ec6f0cdce8c9a0dd3d 100644
--- a/src/structures/dto/structure.dto.ts
+++ b/src/structures/dto/structure.dto.ts
@@ -39,7 +39,6 @@ export class structureDto {
   @ArrayNotEmpty()
   accessModality: string[];
 
-  documentsMeeting: string;
   labelsQualifications: string[];
 
   @ArrayNotEmpty()
diff --git a/src/structures/schemas/structure.schema.ts b/src/structures/schemas/structure.schema.ts
index 7481a94728b49d13fa8e9c1038ed238802b97a62..9383f1fb2dfc919a09c55947a57784e59e01bb0e 100644
--- a/src/structures/schemas/structure.schema.ts
+++ b/src/structures/schemas/structure.schema.ts
@@ -57,9 +57,6 @@ export class Structure {
   @Prop()
   accessModality: string[];
 
-  @Prop()
-  documentsMeeting: string;
-
   @Prop()
   otherDescription: string;