How to delete a deployment set in a specified region

坏嘻嘻
Release: 2018-09-25 15:16:53
Original
2318 people have browsed it

This article introduces how to delete a deployment set in a specified area, and focuses on the specific steps. The content of this article is compact, and I hope everyone can gain something.

DeleteDeploymentSet

Request Parameters

How to delete a deployment set in a specified region

# #Return parameters

are all public return parameters. See Public Return Parameters.

Example

Request example

https://ecs.aliyuncs.com/?Action=DeleteDeploymentSet
&RegionId=cn-hangzhou
&DeploymentSetId=ds-bp1frxuzdg87zh4pzqkc
&<公共请求参数>
https://ecs.example.com/?Action=DeleteDeploymentSet
&RegionId=cn-hangzhou
&DeploymentSetId=ds-bp1frxuzdg87zh4pzqkc
&<公共请求参数>
Copy after login

Return example

XML format

<DeleteDeploymentSetResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteDeploymentSetResponse>
Copy after login

JSON format

{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Copy after login

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center.

How to delete a deployment set in a specified region

The above is the detailed content of How to delete a deployment set in a specified region. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template