Deletes an assessment import task.
Operation description
Deletes a created assessment task and performs subsequent data import operations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DeleteEvaluateAndImportTask |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the instance resides. > You can call the DescribeRegions operation to query the regions supported by PolarDB-X, including region IDs. |
cn-hangzhou |
| SlinkTaskId |
string |
No |
The ID of the switch task. |
etx-szr2rr6i***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
14036EBE-***-44DB-ACE9-AC6157D3A6FC |
| Message |
string |
The returned message. > This parameter is empty when the request succeeds. When the request fails, an exception message is returned, such as an error code. |
msg |
| Data |
boolean |
Indicates whether the task is deleted. |
true |
| Success |
boolean |
Indicates whether the request is successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "14036EBE-***-44DB-ACE9-AC6157D3A6FC",
"Message": "msg",
"Data": true,
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.