Deleting a Dumping Task
Function
This API is used to delete a dumping task.
Debugging
You can use API Explorer to debug this API.
URI
DELETE /v2/{project_id}/connectors/{connector_id}/sink-tasks/{task_id}
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Tenant's project ID. |
| connector_id | Yes | String | Tenant's project ID. Instance dump ID. The value can be obtained from response of the API for querying an instance. |
| task_id | Yes | String | Dumping task ID. |
Request Parameters
None
Response Parameters
None
Example Requests
DELETE https://{endpoint}/v2/{project_id}/connectors/{connector_id}/sink-tasks/{task_id} Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 204 | The dumping task is deleted successfully. |
Error Codes
See Error Codes.
Last Article: Querying a Dumping Task
Next Article: Specification Modification Management
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.