openvidu/backend/openapi/components/responses/success-bulk-delete-recordings.yaml

19 lines
609 B
YAML

description: All specified recordings were deleted successfully.
content:
application/json:
schema:
type: object
properties:
message:
type: string
deleted:
type: array
items:
type: string
description: List of recordings that were deleted successfully.
example:
message: "All recordings deleted successfully"
deleted:
- 'room-123--EG_XYZ--XX445'
- 'room-123--EG_ZYX--XX446'