Delete a failed task
Function
This API is used to delete a failed task.
URI
DELETE /v3/{project_id}/failed-tasks/{task_id}
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID. |
| task_id | Yes | String | Task ID. |
Request Parameters
| 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). |
Response Parameters
Status code: 400
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error code. |
| error_msg | String | Error message. |
Example Requests
None
Example Responses
Status code: 400
Error occurred.
{
"error_code" : "KPS.XXX",
"error_msg" : "XXX"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | OK. |
| 400 | Error occurred. |
Error Codes
See Error Codes.
Last Article: Delete all failed tasks
Next Article: Query running tasks
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.