删除在线播放器
删除在线播放器
1. 接口描述
接口名称:
/confopenapi/player/delete
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
Http Header
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 接口调用凭证 |
HttpBody
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
playerId | string | 播放器ID |
传参示例
{
"playerId" : "212222"
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功,非0失败 |
msg | string | 消息 |
result | Object | 数据内容 |
request_id | string | 请求ID |
result 参数说明
空
返回示例
{
"status": 0,
"msg": "delete success",
"result": {},
"request_id": "confopenapiserver-172.10.5.218-1715148682.395825076.563"
}
备注
- 更多返回错误代码请看首页的错误代码描述