Skip to main content

Close

This endpoint closes a runnning meeting remotely. All participants inside the meeting will be removed.

This route needs to be authenticated, see Authentication here

Endpoint

GET https://nodeapi.superviz.com/meeting/close/{meetingId}

Route Parameters

NameTypeDescriptionRequired
meetingIdStringID of the meeting you want to close

Body Parameters

NameTypeDescriptionRequired
apiKeyStringSuperViz Token

Responses

200 OK


{ }

401 Unauthorized

{
"statusCode": 401,
"message": "Unauthorized"
}

500 Internal Server Error

{
"statusCode": 500,
"message": "An error has occurred or the meeting has already ended.’,
"error": "Internal Server Error"
}