Delete Conference
회의 삭제 API
Delete Conference
DELETE
https://uprism.io:30443/v1/users/{userId}/conference/{roomId}
회의를 삭제하는 API
Path Parameters
Name | Type | Description |
---|---|---|
roomId | string | Conference room id 회의 개설시 제공되는 room id |
userId | string | Sub User Id 회의 개설자 |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer " + {AccessToken} |
Last updated