diff --git a/images/generated/TI-M_Pro/UC_10377_Seq.png b/images/generated/TI-M_Pro/UC_10377_Seq.png
deleted file mode 100644
index f4032c0c..00000000
Binary files a/images/generated/TI-M_Pro/UC_10377_Seq.png and /dev/null differ
diff --git a/images/generated/TI-M_Pro/UC_10377_Seq.svg b/images/generated/TI-M_Pro/UC_10377_Seq.svg
deleted file mode 100644
index c83823b9..00000000
--- a/images/generated/TI-M_Pro/UC_10377_Seq.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/images/TI-M_Pro/UC_10377_Seq.puml b/src/images/TI-M_Pro/UC_10377_Seq.puml
deleted file mode 100644
index 79ae85e5..00000000
--- a/src/images/TI-M_Pro/UC_10377_Seq.puml
+++ /dev/null
@@ -1,81 +0,0 @@
-/'
-# Sequence Diagram
-# Name: Organisation Sichtbarkeit für Versicherte setzen
-'/
-
-@startuml
-skinparam sequenceMessageAlign direction
-skinparam minClassWidth 200
-skinparam BoxPadding 1
-skinparam sequenceReferenceHeaderBackgroundColor palegreen
-scale max 2048 width
-
-skinparam sequence {
-ArrowColor black
-ArrowFontSize 17
-ActorBorderColor black
-LifeLineBorderColor black
-LifeLineBackgroundColor Gainsboro
-
-ParticipantBorderColor Motivation
-ParticipantBackgroundColor Motivation
-ParticipantFontSize 20
-ParticipantFontColor black
-ParticipantBorderColor Black
-
-ActorBackgroundColor Gainsboro
-ActorFontColor black
-ActorFontSize 20
-}
-
-autonumber
-
-actor U as "Akteur"
-box Endgerät #WhiteSmoke
- participant C as "Client"
-end box
-
-box VZD-FHIR-Directory #WhiteSmoke
- participant FP as "FHIR-Proxy"
- participant VZD as "FHIR-Directory"
-end box
-
-group VZD-FHIR-Directory Eintrag
- |||
- group Sichtbarkeit für Versicherte abschalten
- U->C: Deaktiviere Sichtbarkeit für Versicherte
-
- Activate C
- |||
- C->FP: PUT /owner/Endpoint/?... \nSetze Endpoint.extension:endpointVisibility auf "code": "hide-versicherte"
- Activate FP
- FP->FP: prüfe \nowner-accesstoken
- FP->VZD: HTTPS Forward
- Activate VZD
- VZD-->FP: result body json
- Deactivate VZD
- FP-->C: result body json
- Deactivate FP
- |||
- C->U: Der Endpunkt mit der MXID ist für Versicherte nicht mehr sichtbar.
- Deactivate C
- end
- |||
- group Sichtbarkeit für Versicherte anschalten
- |||
- U->C: Aktiviere Sichtbarkeit für Versicherte
- Activate C
- C->FP: PUT /owner/Endpoint/?... \nEntferne Endpoint.extension:endpointVisibility
- Activate FP
- FP->FP: prüfe \nowner-accesstoken
- FP->VZD: HTTPS Forward
- Activate VZD
- VZD-->FP: result body json
- Deactivate VZD
- FP-->C: result body json
- Deactivate FP
- |||
- C->U: Der Endpunkt mit der MXID ist für Versicherte wieder sichtbar.
- Deactivate C
- end
-@enduml