Updated on 2026-01-05 GMT+08:00

Deleting a Dumping Task

Function

This API is used to delete a dumping task.

This API is out-of-date and may not be maintained in the future. Please use the API described in Deleting a Smart Connect Task.

Call Method

For details, see How to Call an API.

URI

DELETE /v2/{project_id}/connectors/{connector_id}/sink-tasks/{task_id}

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID.

connector_id

Yes

String

Instance dump ID.

For details, see Querying Instance IDs.

task_id

Yes

String

Dumping task ID.

Request Parameters

None

Response Parameters

None

Example Request

Deleting a specified dumping task

DELETE https://{endpoint}/v2/{project_id}/connectors/{connector_id}/sink-tasks/{task_id}

Example Response

None

Status Code

Status Code

Description

204

The dumping task is deleted successfully.

Error Codes

See Error Codes.