Delete Conference
API to delete a conference
Delete Conference
DELETE
https://uprism.io:30443/v1/users/{userId}/conference/{roomId}
API to delete a conference
Path Parameters
Name
Type
Description
roomId
string
Conference room id
userId
string
Sub User Id
Headers
Name
Type
Description
Authorization
string
"Bearer " + {AccessToken}
{
"code": 200,
"message": "success",
"response": null
}
Last updated
Was this helpful?