openvidu/backend/openapi/components/responses/internal/success-delete-participant.yaml

10 lines
258 B
YAML

description: Successfully disconnect the participant
content:
application/json:
schema:
type: object
properties:
message:
type: string
example: 'Participant deleted'