Deletes notification recipients from a project.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The instance ID of the bastion host. Note
You can invoke the DescribeInstances operation to query this parameter. |
bastionhost-cn-st220aw**** |
| RegionId |
string |
No |
The region ID of the bastion host. Note
For the mapping between region IDs and region names, see Regions and zones. |
cn-hangzhou |
| ReceiverIds |
string |
Yes |
The IDs of the notification recipients to delete. Note
You can call the GetProject operation to query this parameter. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Results |
array<object> |
The results of the API call. |
|
|
object |
The results of the API call. |
||
| ReceiverId |
string |
The ID of the notification recipient. |
1 |
| Code |
string |
The error code. |
200 |
| Message |
string |
The result message. |
success |
| RequestId |
string |
The unique request ID generated by Alibaba Cloud for this request. |
81500666-d7f5-4143-8329-0223cc738105 |
Examples
Success response
JSON format
{
"Results": [
{
"ReceiverId": "1",
"Code": "200",
"Message": "success"
}
],
"RequestId": "81500666-d7f5-4143-8329-0223cc738105"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.