Deleting a Metadata Migration Task
Function
This API is used to delete a metadata migration task.
URI
DELETE /v2/{project_id}/instances/{instance_id}/metadata
Parameter | Mandatory | Type | Description |
---|---|---|---|
project_id | Yes | String | Project ID. For details, 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
None
Example Requests
This API is used to delete a metadata migration task.
DELETE https://{endpoint}/v2/{project_id}/instances/{instance_id}/metadata
Example Responses
None
Status Codes
Status Code | Description |
---|---|
200 | Returned status code. |
Error Codes
See Error Codes.
Parent topic: Metadata Migration
- URI