Deleting Metadata Migration Tasks in Batches
Function
This API is used to delete metadata migration tasks in batches.
Calling Method
For details, see Calling APIs.
URI
POST /v2/{project_id}/instances/{instance_id}/metadata/batch-delete
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. For details about how to obtain it, see Obtaining a Project ID. |
|
instance_id |
Yes |
String |
Instance ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
task_ids |
Yes |
Array of strings |
Tasks to be deleted. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
success_task_list |
Array of strings |
Definition List of tasks that are successfully deleted. Range N/A |
Example Requests
Deleting metadata migration tasks in batches
POST https://{endpoint}/v2/{project_id}/instances/{instance_id}/metadata/batch-delete
{
"task_ids" : [ "1b8f2c93-8057-4bdd-9be5-5b6883737099", "fa89699b-61b9-497d-b1ac-972623f3c0ce" ]
}
Example Responses
Status code: 200
Metadata migration tasks deleted in batches.
{
"success_task_list" : [ "1b8f2c93-8057-4bdd-9be5-5b6883737099", "fa89699b-61b9-497d-b1ac-972623f3c0ce" ]
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Metadata migration tasks deleted in batches. |
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