Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
or
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
webinar:write-Управление вебинарами
or
Body Params application/jsonRequired
{
"v": "1",
"language": "en",
"room_id": "room-id",
"project_id": 0
}
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/webinar/room/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"room_id": "room-id",
"project_id": 0
}'
Responses
application/json Modified at 2026-04-25 09:35:45