14 lines
371 B
YAML

name: recordingIds
in: query
required: true
description: >
A comma-separated list of recording IDs to delete.
<br>
Each recording ID should be in the format 'roomId--sessionId--recordingId'.
> ⚠️ **Note:** If the recording is in progress, it cannot be deleted.
schema:
type: string
example: 'room-123--EG_XYZ--XX445,room-123--EG_ZYX--XX446'