Deletes a Messenger page.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:DeleteMessengerPage |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageId |
string |
Yes |
The PageId of the Messenger page. |
154332432432 |
| InstanceId |
string |
Yes |
The instance ID. |
e01-in-71cc15xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| Message |
string |
The returned message. |
OK |
| RequestId |
string |
The ID of the request. This is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot issues. |
JHGJG-65HFGF** |
| Data |
string |
The returned data. |
true |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "OK",
"RequestId": "JHGJG-65HFGF**",
"Data": "true",
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.