Delete a Scheduled Conference
Delete a specific scheduled conference.
Request URL
GET {base_url}/{api_path}/conference/delete?access_token={access_token}
Request parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | Yes | Integer | The ID of the conference. Note: You can
query the conference ID using Search Specific Scheduled Conferences. |
Response parameters
| Parameter | Type | Description |
|---|---|---|
| errcode | Integer | Returned error code.
Note: You can check the error code and
error message in Error Code and Error Message.
|
| errmsg | String | Returned message.
|
Examples
Request example
GET /openapi/v1.0/conference/delete?id=5&access_token=RVyanRq5JZaOhMbqZRnhnJY1Gi9lDHaf HTTP/1.1
Host: 192.168.5.150:8088
Response example
HTTP/1.1 200 OK
{
"errcode": 0,
"errmsg": "SUCCESS"
}