Deletes service instances by specifying a region ID and service instance IDs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenestsupplier:DeleteServiceInstances |
delete |
*ServiceInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. The token must be unique for each request. The token can contain only ASCII characters and must be no more than 64 characters long. |
123e4567-e89b-12d3-a456-426655440000 |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| ServiceInstanceId |
array |
Yes |
The IDs of the service instances. |
|
|
string |
No |
The ID of the service instance. The value of N can be from 1 to 100. Note
To delete multiple service instances, separate the `ServiceInstanceId` parameters with `&&`. For example: `ServiceInstanceId.1=xxx&&ServiceInstanceId.2=yyy`. |
si-d6ab3a63ccbb4b17**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
DB140E67-D75F-5585-946E-41D8DC8F4E00 |
Examples
Success response
JSON format
{
"RequestId": "DB140E67-D75F-5585-946E-41D8DC8F4E00"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.