Deleting Plans in Batches
Function
This API is used to delete plans in batches.
Calling Method
For details, see Calling APIs.
URI
DELETE /v3/plan/{project_id}/management
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Definition: 32-character UUID of a project, which uniquely identifies a project. Obtain the value of this parameter from the project_id field in the response body of the Querying the Project List API. Constraints: Regular expression: [A-Za-z0-9]{32} Options: N/A Default value: N/A |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
[items] |
Yes |
Array of strings |
Definition: 32-character UUID of a plan. Constraints: N/A |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
status |
String |
Definition: API response status. Value range: success: successful error: failed |
Example Requests
https://{endpoint}/v3/plan/e2da96a5d2c845e284f0ad47f8ca8cb1/management [ "0579f0388ed84b00884a09c49862a229", "2a49ac3c37c14facacd2576c81b6bf01" ]
Example Responses
Status code: 200
Definition:
Returned success data in JSON format.
Options:
N/A
{ "status" : "success" }
Status Codes
Status Code |
Description |
---|---|
200 |
Definition: Returned success data in JSON format. Options: N/A |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot