Deletes a resource discovery instance.
Operation description
A resource discovery instance cannot be deleted if it is shared.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
vpc:DeleteIpamResourceDiscovery | delete | *IpamResourceDiscovery
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | Yes | The ID of the region. | cn-hangzhou |
IpamResourceDiscoveryId | string | Yes | The ID of the resource discovery instance. | ipam-res-disco-jt5f2af2u6nk2z321**** |
DryRun | boolean | No | Specifies whether to perform a dry run. Valid values:
| false |
ClientToken | string | No | Ensures idempotency. Provide a unique ASCII token generated by your client. A new token is provided for each distinct request. Note If you do not specify this parameter, the system uses the request ID as the client token. The request ID is unique for each request. | 123e4567-e89b-12d3-a456-426655440000 |
Response elements
Element | Type | Description | Example |
object | The data returned. | ||
RequestId | string | The request ID. | 9F8315CB-560E-5F1E-B069-6E44B440CAF8 |
Examples
Success response
JSON format
{
"RequestId": "9F8315CB-560E-5F1E-B069-6E44B440CAF8"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | DryRunOperation | Request validation has been passed with DryRun flag set. | |
400 | OperationDenied.OperateShareResource | The operation is not allowed because the instance is a shared resource. | The operation is not allowed because the instance is a shared resource. |
400 | ResourceNotFound.IpamResourceDiscovery | The dependent instance of IPAM resource discovery is not found. | The dependent instance of IPAM resource discovery is not found. |
400 | OperationDenied.UnexpectedType | The operation is not allowed because the input type is unexpected. | The operation is not allowed because the input type is unexpected. |
400 | DependencyViolation.ShareResource | The specified resource of IPAM resource discovery depends on resource sharing, so the operation cannot be completed. | The specified resource of IPAM resource discovery depends on resource sharing, so the operation cannot be completed. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.