The DeleteBinding operation detaches a source exchange from a target queue or another exchange.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
amqp:GetExchange |
delete |
*Queue
|
None |
|
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
amqp-cn-v0h1kb9nu*** |
| VirtualHost |
string |
Yes |
The vhost name. |
test |
| SourceExchange |
string |
Yes |
The name of the source exchange. |
NormalEX |
| DestinationName |
string |
Yes |
The name of the destination object. |
DemoQueue |
| BindingType |
string |
Yes |
The type of the destination object. Valid values:
|
QUEUE |
| BindingKey |
string |
No |
The binding key. |
.test. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
021788F6-E50C-4BD6-9F80-66B0A19A6*** |
Examples
Success response
JSON format
{
"RequestId": "021788F6-E50C-4BD6-9F80-66B0A19A6***"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.