Description
You can call this operation to delete the callback method, callback URL, and event type of an event notification.
For more information, see Event notification development guide.
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | The operation that you want to perform. Set this parameter to DeleteMessageCallback. |
AppId | String | No | The ID of the application. If you do not set this parameter, the default application ID app-1000000 is used. |
Response parameters
Parameter | Type | Description |
---|---|---|
RequestId | String | The ID of the request. |
API examples
Sample request
http://vod.cn-shanghai.aliyuncs.com/?Action=DeleteMessageCallback&AppId=app-1000000&Format=JSON&
Note: For more information about common request parameters, see Common parameters.
Sample response
JSON format
{
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58"
}