企业直播
调用 DeleteWebSDKDomain接口,删除已添加的 Web SDK 域名配置。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
| 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| Action | String | 是 | DeleteWebSDKDomain | 接口名称。当前 API 的名称为 DeleteWebSDKDomain。 |
| Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01。 |
| 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| Domain | String | 是 | 123.com | 待删除的 Web SDK 域名配置,即域名 URL,不包含协议头。例如 www.example.com 或泛域名 *.example.com。 |
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| Status | Boolean | true | 域名配置是否删除成功。成功返回 true。 |
POST https://livesaas.volcengineapi.com/?Action=DeleteWebSDKDomain&Version=2023-08-01 { "Domain": "123.com" }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DeleteWebSDKDomain", "Version": "2023-08-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1697446406 }, "Result": { "Status": true } }