You are not logged in.
DeleteRecordings
This API is used to delete meeting recording files in batches.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Site-Id | string | header | No | ID of the HCS Online site where the authentication is performed. |
X-Authorization-Type | string | header | No | Whether the request is sent from a third-party portal. |
X-Access-Token | string | header | Yes | Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID]. |
userUUID | string | query | No | UUID of the user (registered on the USG). |
confUUIDs | string | query | Yes | List of meeting UUIDs, which are separated by commas (,). |
Operation successful.
Authentication is not performed or fails.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
Server internal error.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
"DELETE https://{endpoint}/v1/mmc/management/record/files?confUUIDs=8402d614595211eab1ac0bea481dde1e"
Authentication is not performed or fails.
{
"error_code": "MMC.118000001",
"error_msg": "USER_TOKEN_AUTH_FAILED"
}
Server internal error.
{
"error_code": "MMC.11070003",
"error_msg": "CONF_EXCEPTION"
}