Delete a Voicemail Message
Delete a specific voicemail message.
Request URL
GET {base_url}/{api_path}/vm/delete?access_token={access_token}
Request parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| id | No | String | The unique ID of the voicemail message. Note:
|
| uid | No | String | The unique ID of CDR. Note:
|
Response parameters
| Parameter | Type | Description |
|---|---|---|
| errcode | Integer | Returned error code.
|
| errmsg | String | Returned message.
|
Examples
Request example
GET /openapi/v1.0/vm/delete?id=1718161323-00000002&access_token=UN4AwGY5YMn2tQDqM8LoRi9oPeInD0oP HTTP/1.1 Host: 192.168.5.150:8088 User-Agent: OpenAPI
Response example
HTTP/1.1 200 OK
{
"errcode": 0,
"errmsg": "SUCCESS"
}