Deletes the specified service instances in a region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest: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. Make sure that the token is unique for each request. The ClientToken value can contain only ASCII characters and cannot be longer than 64 characters. |
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 service instance ID. You can specify 1 to 100 service instance IDs. Note
To delete multiple service instances, separate them with &&. For example: ServiceInstanceId.1=xxx&&ServiceInstanceId.2=yyy. |
si-d6ab3a63ccbb4b17**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4DB0F536-B3BE-4F0D-BD29-E83FB56D550C |
Examples
Success response
JSON format
{
"RequestId": "4DB0F536-B3BE-4F0D-BD29-E83FB56D550C"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.