Deletes a delivery channel from an account group.
Operation description
This topic provides an example on how to delete the cdc-38c3013b46c9002c****
delivery channel from the ca-23c6626622af0041****
account group. The returned result shows that the cdc-38c3013b46c9002c****
delivery channel is deleted.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
config:DeleteAggregateConfigDeliveryChannel | Write |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AggregatorId | string | Yes | The ID of the account group. | ca-23c6626622af0041**** |
DeliveryChannelId | string | Yes | The ID of the delivery channel. For more information about how to obtain the ID of a delivery channel, see ListAggregateConfigDeliveryChannels . | cdc-38c3013b46c9002c**** |
For more information about common request parameters, see Common parameters.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "FCC2F05C-F672-5665-8102-0020DF66B9B9",
"DeliveryChannelId": "cdc-38c3013b46c9002c****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | DeliveryChannelNotExists | The delivery channel does not exist. | The delivery channel does not exist. |
400 | Invalid.DeliveryChannelAssumeRoleArn.Format | The specified format of DeliveryChannelAssumeRoleArn is invalid. | The specified format of DeliveryChannelAssumeRoleArn is invalid. |
400 | Invalid.DeliveryChannelTargetArn.Format | The specified format of DeliveryChannelTargetArn is invalid. | The specified format of DeliveryChannelTargetArn is invalid. |
400 | Invalid.DeliveryChannelCondition.Format | The specified format of DeliveryChannelCondition is invalid. | The specified format of DeliveryChannelCondition is invalid. |
400 | MemberNotBelongToMaster | The specified member does not belong to your organization. | The specified member does not belong to your organization. |
400 | DeliveryChannelAccountNotSupport | Cross-account delivery that is not in the RD is not supported. | Cross-account delivery that is not in the RD is not supported. |
400 | DeliveryChannelMnsUnreachable | The MNS topic is unreachable. | The MNS topic is unreachable. |
400 | DeliveryChannelOssUnreachable | The OSS bucket is unreachable. | The OSS bucket is unreachable. |
400 | DeliveryChannelSlsUnreachable | SLS logstore is unreachable. | The SLS Logstore is unreachable. |
404 | AccountNotExisted | Your account does not exist. | The specified account does not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|