openvidu/backend/openapi/components/responses/success-room-marked-for-deletion.yaml

10 lines
301 B
YAML

description: Room deletion accepted. The room will be deleted when all participants leave.
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: 'Room marked for deletion'