This API is used to delete dump tasks.
DELETE /v2/{project_id}/streams/{stream_name}/transfer-tasks/{task_name}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. |
stream_name |
Yes |
String |
Name of the stream. |
task_name |
Yes |
String |
Name of the dump task to be deleted. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. The token can be obtained by calling the IAM API (value of X-Subject-Token in the response header). |
None
Deleting Dump Tasks
DELETE https://{Endpoint}/v2/{project_id}/streams/{stream_name}/transfer-tasks/{task_name}
None
Status Code |
Description |
---|---|
204 |
Normal response. |
See Error Codes.