backend: Remove markedForDeletion property from success-room-marked-for-deletion response

This commit is contained in:
Carlos Santos 2025-04-15 12:18:14 +02:00
parent d6b69f5d19
commit be6115a343

View File

@ -6,15 +6,5 @@ content:
properties:
message:
type: string
markedForDeletion:
type: array
items:
type: string
example:
- room-123
- room-456
example:
message: Rooms room-123, room-456 marked for deletion
markedForDeletion:
- room-123
- room-456